fix alignment on small screens

This commit is contained in:
2023-07-12 22:29:43 +10:00
parent 9fc5d81877
commit ea959d1a10

View File

@@ -5,6 +5,9 @@
v-for="tab in tabs" v-for="tab in tabs"
:key="tab.id" :key="tab.id"
:class="[ :class="[
'flex',
'flex-items-center',
'text-center',
'px-4', 'px-4',
'py-2', 'py-2',
'-mb-1px', '-mb-1px',