diff --git a/src/components/Nav.vue b/src/components/Nav.vue index a6670b7..6766039 100644 --- a/src/components/Nav.vue +++ b/src/components/Nav.vue @@ -52,6 +52,7 @@ body { transform: translateX(min(-30vw, -300px)); transition: transform 300ms ease-in-out; background: #3770ff; + z-index: 10; } .sidebarMenuInner{ margin-bottom: 15vh; diff --git a/src/views/Home.vue b/src/views/Home.vue index b06e5ba..91f2b0a 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -224,7 +224,7 @@ data-bs-parent="#accordionExample">
Ans. Join our discord server (click here to join) and the + style="color: #3770ff" target="_blank">click here to join) and the mentors would be glad to help you there.
@@ -605,6 +605,7 @@ export default { height: 90vh; width: 80vw; justify-content: space-evenly; + align-items: center; } .prize-heading {