feat: several improvements in layout

This commit is contained in:
Björn Fromme
2025-01-16 15:40:18 +01:00
parent bac3f1f3d7
commit 535a76d3bc
7 changed files with 102 additions and 59 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
.menu--main {
@apply lg:flex lg:items-center m-0;
@apply flex items-center m-0;
}
.menu--main a {
@apply block p-4 text-black hover:bg-zinc-400 hover:text-zinc-800;
@apply block p-2 md:p-4 text-black hover:bg-zinc-400 hover:text-zinc-800 text-sm md:text-base;
}
.menu--main .current a {