chore: mobile styles

This commit is contained in:
Cory Dransfeldt 2024-01-26 19:32:44 -08:00
parent ed6fadd9f7
commit 92ec43f34b

View file

@ -233,7 +233,7 @@ nav ul li .active svg:hover {
/* layout */ /* layout */
.default__wrapper { .default__wrapper {
padding-top: 2rem; padding-top: 1rem;
} }
.main__wrapper { .main__wrapper {
@ -487,6 +487,10 @@ footer nav {
.now__topper h2 { .now__topper h2 {
font-size: var(--font-size-2xl); font-size: var(--font-size-2xl);
} }
.default__wrapper {
padding-top: 2rem;
}
main { main {
max-width: 768px; max-width: 768px;