mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-03-21 17:54:13 -05:00
Rework Splatfest box view on the homepage
This commit is contained in:
parent
7561d2b8d8
commit
4e1fb0e1cd
|
|
@ -13,14 +13,13 @@
|
|||
<ScheduleBox type="anarchySeries" class="md:max-w-md 2xl:max-w-lg md:rotate-1" />
|
||||
<ScheduleBox type="anarchyOpen" class="md:max-w-md 2xl:max-w-lg md:-rotate-1" />
|
||||
<ScheduleBox type="xMatch" class="md:max-w-md 2xl:max-w-lg md:rotate-1" />
|
||||
</template>
|
||||
</div>
|
||||
|
||||
<div v-if="usSplatfests.upcomingFestival" class="flex justify-center">
|
||||
<SplatfestBox
|
||||
:festival="usSplatfests.upcomingFestival"
|
||||
class="flex-1 max-w-md md:-rotate-1"
|
||||
/>
|
||||
<SplatfestBox
|
||||
v-if="usSplatfests.upcomingFestival"
|
||||
:festival="usSplatfests.upcomingFestival"
|
||||
class="md:max-w-md 2xl:max-w-lg md:-rotate-1"
|
||||
/>
|
||||
</template>
|
||||
</div>
|
||||
|
||||
<div v-if="usSplatfests.recentFestival" class="flex flex-wrap items-center justify-center gap-y-6 md:gap-x-6">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user