From be8f6e508822f2e39d001ece68c105bf692d7ba5 Mon Sep 17 00:00:00 2001 From: sagarkori143 Date: Wed, 27 Dec 2023 17:00:55 +0530 Subject: [PATCH 1/2] UI enhancement --- src/components/Nav.vue | 1 + src/views/Home.vue | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Nav.vue b/src/components/Nav.vue index a6670b7..75aa7f7 100644 --- a/src/components/Nav.vue +++ b/src/components/Nav.vue @@ -27,6 +27,7 @@ export default { html, body { overflow-x: hidden; height: 100%; + z-index: 10; } body { background: #fff; 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 { From e28faeff42f00a22dde744dddb0063d1679792bc Mon Sep 17 00:00:00 2001 From: sagarkori143 Date: Wed, 27 Dec 2023 17:13:35 +0530 Subject: [PATCH 2/2] improved UI --- src/components/Nav.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Nav.vue b/src/components/Nav.vue index 75aa7f7..6766039 100644 --- a/src/components/Nav.vue +++ b/src/components/Nav.vue @@ -27,7 +27,6 @@ export default { html, body { overflow-x: hidden; height: 100%; - z-index: 10; } body { background: #fff; @@ -53,6 +52,7 @@ body { transform: translateX(min(-30vw, -300px)); transition: transform 300ms ease-in-out; background: #3770ff; + z-index: 10; } .sidebarMenuInner{ margin-bottom: 15vh;