fix. section-container, FixMainTitle에 고정 넓이 추가

This commit is contained in:
clkim
2025-11-03 15:18:59 +09:00
parent ef8990ad1b
commit 9f964f0fb7
3 changed files with 5 additions and 5 deletions

View File

@@ -135,7 +135,7 @@ const handleMoveFocus = (target: 'pc' | 'mobile') => {
:resources-data="backgroundData"
/>
<div class="section-container static">
<div class="section-container static overflow-hidden">
<section class="section-static">
<WidgetsFixSubTitle :title="tm('Download_Section_Platform_Title')" />
@@ -154,7 +154,7 @@ const handleMoveFocus = (target: 'pc' | 'mobile') => {
padding: { left: 0, right: 0 },
},
}"
class="overflow-hidden min-w-[320px] w-[100vw] px-[20px] ml-[-20px] sm:px-[40px] sm:ml-[-40px] md:w-full md:px-0 md:ml-0"
class="min-w-[320px] w-[100vw] px-[20px] ml-[-20px] sm:px-[calc((100vw-100%-80px)/2)] sm:ml-[calc((100vw-100%-80px)/-2)] md:w-full md:px-0 md:ml-0"
>
<SplideSlide
v-for="platform in platformList"