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

@@ -23,4 +23,7 @@ const { isPassedStoveGnb } = storeToRefs(scrollStore)
.btn-home.is-fixed {
@apply fixed;
}
.main-promotion .btn-home {
@apply mt-0;
}
</style>