fix. 디자인 수정 반영
This commit is contained in:
@@ -60,8 +60,8 @@ const bannerListData = computed(() => {
|
||||
|
||||
const bannerSize = {
|
||||
mo: {
|
||||
width: 293,
|
||||
height: 185,
|
||||
width: 276,
|
||||
height: 174,
|
||||
gap: 12,
|
||||
},
|
||||
pc: {
|
||||
@@ -77,9 +77,9 @@ const bannerSize = {
|
||||
<WidgetsBackground
|
||||
v-if="backgroundData"
|
||||
:resources-data="backgroundData"
|
||||
:gradient="true"
|
||||
gradient="h-[440px] bg-[linear-gradient(180deg,rgba(16,13,15,0)_0%,#100D0F_40%)] md:h-[720px] md:bg-[linear-gradient(180deg,rgba(16,13,15,0)_0%,#100D0F_50%)]"
|
||||
/>
|
||||
<div class="section-content">
|
||||
<div class="section-content px-0">
|
||||
<WidgetsMainTitle
|
||||
v-if="mainTitleData"
|
||||
:resources-data="mainTitleData"
|
||||
|
||||
Reference in New Issue
Block a user