Setup Basic Mobile Menu Items Styling

This commit is contained in:
Nine
2021-10-20 19:19:24 +02:00
parent b34fdc362c
commit 0921933c2c
5 changed files with 40 additions and 18 deletions

View File

@@ -0,0 +1,7 @@
.root {
@apply px-4 sm:px-6 flex-1 z-20;
}
.item {
@apply text-2xl font-bold;
}