mirror of
https://git.hmsn.ink/kospo/svcm/dmz.git
synced 2026-03-19 21:05:08 +09:00
디자인 금액 , 추가
This commit is contained in:
@@ -38,7 +38,7 @@ const isScrolling = computed(() => {
|
||||
top: 0;
|
||||
inset-inline-start: 0;
|
||||
width: 100%;
|
||||
height: 65px;
|
||||
height: 80px;
|
||||
background: var(--white);
|
||||
transition: all 0.3s; // transition-all test
|
||||
border-bottom: 1px solid var(--fade-grey);
|
||||
@@ -316,7 +316,7 @@ const isScrolling = computed(() => {
|
||||
align-items: center;
|
||||
gap: 0.25rem;
|
||||
text-align: center;
|
||||
padding: 12px 24px;
|
||||
padding: 15px 24px;
|
||||
//border-radius: 8px;
|
||||
border: 1px solid transparent;
|
||||
margin: 0 4px;
|
||||
|
||||
@@ -65,7 +65,7 @@ const props = defineProps<{
|
||||
}
|
||||
|
||||
.page-content-wrapper {
|
||||
padding-top: 30px;
|
||||
padding-top: 45px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user