fix. gnb 없는 케이스 추가

This commit is contained in:
clkim
2025-11-20 12:51:24 +09:00
parent e418245397
commit b3eb47af1d
7 changed files with 28 additions and 5 deletions

View File

@@ -112,6 +112,9 @@ onMounted(() => {
</template>
<style scoped>
.empty-game + main .main-content {
@apply pt-0;
}
.main-content {
@apply relative pt-[48px] md:pt-[64px];
}