From 5b80d56c8689bb3c6c044bd013d649768f0e265c Mon Sep 17 00:00:00 2001 From: bangae1 Date: Wed, 28 May 2025 19:52:19 +0900 Subject: [PATCH] =?UTF-8?q?=EB=94=94=EC=9E=90=EC=9D=B8=20=EA=B8=88?= =?UTF-8?q?=EC=95=A1=20,=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/VueroApp.vue | 2 +- src/components/layouts/navbar/Navbar.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/VueroApp.vue b/src/VueroApp.vue index 7fd721b..71bd00f 100644 --- a/src/VueroApp.vue +++ b/src/VueroApp.vue @@ -49,7 +49,7 @@ useHead(() => ({ { charset: 'utf-8' }, { name: 'viewport', - content: 'width=device-width, initial-scale=1.5, shrink-to-fit=no', + content: 'width=device-width, initial-scale=1, shrink-to-fit=no', }, // PWA theme color { diff --git a/src/components/layouts/navbar/Navbar.vue b/src/components/layouts/navbar/Navbar.vue index 8852246..5ef7d94 100644 --- a/src/components/layouts/navbar/Navbar.vue +++ b/src/components/layouts/navbar/Navbar.vue @@ -365,7 +365,7 @@ const isScrolling = computed(() => { display: flex; align-items: center; justify-content: flex-end; - width: 15%; + width: 17%; padding-right: 33px; background-color: var(--primary);