diff --git a/layers/components/blocks/Button/Home.vue b/layers/components/blocks/Button/Home.vue index 59264cb..667d0b2 100644 --- a/layers/components/blocks/Button/Home.vue +++ b/layers/components/blocks/Button/Home.vue @@ -23,7 +23,4 @@ const { isPassedStoveGnb } = storeToRefs(scrollStore) .btn-home.is-fixed { @apply fixed; } -.main-promotion .btn-home { - @apply mt-0; -} diff --git a/layers/components/layouts/EventNavigation.vue b/layers/components/layouts/EventNavigation.vue index e3a5fa4..0b4decc 100644 --- a/layers/components/layouts/EventNavigation.vue +++ b/layers/components/layouts/EventNavigation.vue @@ -95,9 +95,6 @@ onMounted(async () => { .event-navigation.is-fixed { @apply fixed; } -.main-promotion .event-navigation { - @apply mt-0; -} .navigation-wrapper { @apply relative h-full p-3 sm:p-5 sm:pr-3 md:p-8 md:pt-6 md:pr-4; diff --git a/layers/components/layouts/Main.vue b/layers/components/layouts/Main.vue index e8ae522..d197463 100644 --- a/layers/components/layouts/Main.vue +++ b/layers/components/layouts/Main.vue @@ -115,9 +115,6 @@ 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; diff --git a/layers/components/layouts/PromotionHeader.vue b/layers/components/layouts/PromotionHeader.vue deleted file mode 100644 index a17e862..0000000 --- a/layers/components/layouts/PromotionHeader.vue +++ /dev/null @@ -1,13 +0,0 @@ - - - - - diff --git a/layers/layouts/promotion.vue b/layers/layouts/promotion.vue index 3c426ce..ab85d56 100644 --- a/layers/layouts/promotion.vue +++ b/layers/layouts/promotion.vue @@ -1,7 +1,7 @@