From 7074dff179798cfca44bf844ccd9bf958c654ff9 Mon Sep 17 00:00:00 2001 From: solderq35 Date: Tue, 15 Aug 2023 15:51:54 -0700 Subject: [PATCH] test mobile dimensions again --- src/components/navBar.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/navBar.vue b/src/components/navBar.vue index 06072a24..a36ee0d1 100644 --- a/src/components/navBar.vue +++ b/src/components/navBar.vue @@ -98,12 +98,12 @@ i { flex-direction: column; z-index: 500; position: relative; - padding: 27px 30px; transition: all 0.2s ease-out; left: calc(5%); width: 120px; align-items: start; - top: -50px; + top: -25px; + padding-bottom: 5vh; } .nav-items { flex-direction: column;