style: Reduce mobile nav bar height and adjust logo size

This commit is contained in:
Paul Gauthier (aider) 2025-03-19 13:08:07 -07:00
parent 4a3d239082
commit 78d2e0aa25

View file

@ -480,6 +480,10 @@ footer {
font-size: 0.95rem;
}
nav {
padding: 12px 0;
}
.hero-grid {
grid-template-columns: 1fr;
}
@ -580,6 +584,14 @@ footer {
font-size: 0.9rem;
}
nav {
padding: 8px 0;
}
.logo {
font-size: 1.4rem;
}
.hero h1 {
font-size: 1.8rem;
}