디자인 금액 , 추가

This commit is contained in:
2025-05-28 19:48:00 +09:00
parent df0fc3f704
commit caaf1b33fc
2 changed files with 3 additions and 3 deletions

View File

@@ -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;

View File

@@ -65,7 +65,7 @@ const props = defineProps<{
}
.page-content-wrapper {
padding-top: 30px;
padding-top: 45px;
}
}