fix. 여백 수정

This commit is contained in:
clkim
2025-09-25 10:01:31 +09:00
parent a2fc2e17a2
commit be496039d6
3 changed files with 1 additions and 9 deletions

View File

@@ -73,13 +73,6 @@ const posterSrc = computed(() => {
<div
v-if="props.gradient"
class="absolute bottom-0 left-0 right-0 h-[342px] md:h-[720px] bg-gradient-to-b from-[#100d0f]/0 to-[#100d0f]"
style="
background: linear-gradient(
180deg,
rgba(16, 13, 15, 0) 0%,
#100d0f 30%
);
"
/>
</div>
</template>