mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-04-25 07:18:35 -05:00
Improve large screen layout
This commit is contained in:
parent
2f970eb997
commit
e20677b18c
|
|
@ -9,10 +9,10 @@
|
|||
</template>
|
||||
|
||||
<template v-else>
|
||||
<ScheduleBox type="regular" class="md:max-w-lg md:-rotate-1" />
|
||||
<ScheduleBox type="anarchySeries" class="md:max-w-lg md:rotate-1" />
|
||||
<ScheduleBox type="anarchyOpen" class="md:max-w-lg md:-rotate-1" />
|
||||
<ScheduleBox type="xMatch" class="md:max-w-lg md:rotate-1" />
|
||||
<ScheduleBox type="regular" class="md:max-w-md 2xl:max-w-lg md:-rotate-1" />
|
||||
<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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user