feat: layout 이벤트 페이지(promotion) header 추가

This commit is contained in:
“hyeonggkim”
2025-11-13 19:49:28 +09:00
parent cfec6f5014
commit 5d7b1ddf1b
5 changed files with 23 additions and 1 deletions

View File

@@ -115,6 +115,9 @@ onMounted(() => {
.main-content {
@apply relative pt-[48px] md:pt-[64px];
}
.main-promotion .main-content {
@apply pt-0;
}
.utile-wrap {
@apply fixed flex flex-col z-[100]
bottom-[12px] right-[12px] gap-2 md:bottom-[40px] md:right-[40px] md:gap-3;