feat: 로딩 수정

This commit is contained in:
“hyeonggkim”
2025-11-07 18:01:58 +09:00
parent 15ccabdadb
commit ad4e1eb9e1
3 changed files with 32 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
<template>
<footer id="footer" ref="footerRef" class="bg-black">
<footer id="footer" ref="footerRef" class="relative bg-black z-[90]">
<div
class="inner relative max-w-7xl mx-auto px-5 md:px-10 py-4 text-[12px] text-gray-400 md:px-4 md:py-9 md:text-[12px]"
>
@@ -206,4 +206,7 @@ const footerAgeRatingInfo = computed((): string[] => {
</script>
<style scoped>
em {
font-style: normal;
}
</style>