fix. 오탈자 수정, 불필요한 함수 제거, 디자인 가이드 적용

This commit is contained in:
clkim
2025-11-03 15:49:19 +09:00
parent 07ed203c06
commit 4487d2e34f
11 changed files with 12 additions and 57 deletions

View File

@@ -135,7 +135,7 @@ const handleMoveFocus = (target: 'pc' | 'mobile') => {
:resources-data="backgroundData"
/>
<div class="section-container static overflow-hidden">
<div class="section-container static">
<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="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"
class="min-w-[320px] w-[100vw] px-[20px] ml-[-20px] sm:px-[40px] sm:ml-[-40px] md:w-full md:px-0 md:ml-0"
>
<SplideSlide
v-for="platform in platformList"