디자인 금액 , 추가

This commit is contained in:
2025-05-28 19:52:19 +09:00
parent caaf1b33fc
commit 5b80d56c86
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ useHead(() => ({
{ charset: 'utf-8' }, { charset: 'utf-8' },
{ {
name: 'viewport', 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 // PWA theme color
{ {

View File

@@ -365,7 +365,7 @@ const isScrolling = computed(() => {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: flex-end; justify-content: flex-end;
width: 15%; width: 17%;
padding-right: 33px; padding-right: 33px;
background-color: var(--primary); background-color: var(--primary);