This commit is contained in:
Inhji 2023-09-09 14:11:55 +02:00
parent f3b2a92e66
commit 01b007f915

View file

@ -27,10 +27,10 @@
#site-header {
@apply block px-3 py-6 bg-gradient-to-r from-slate-900 to-slate-950 text-white print:hidden;
}
#site-header nav ul {
@apply flex;
& nav ul {
@apply flex;
}
}
#site-header a {