mirror of
https://git.hmsn.ink/kospo/svcm/dmz.git
synced 2026-03-19 19:05:20 +09:00
디자인 금액 , 추가
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user