chore: more styling

This commit is contained in:
Cory Dransfeldt 2024-01-26 19:37:03 -08:00
parent 92ec43f34b
commit 6801bf90ec

View file

@ -161,7 +161,7 @@ th {
/* header */
.main__title {
width: 100%;
padding-top: 1.25rem;
padding-top: 2rem;
}
.main__title h1 {
@ -233,7 +233,7 @@ nav ul li .active svg:hover {
/* layout */
.default__wrapper {
padding-top: 1rem;
padding-top: 2rem;
}
.main__wrapper {
@ -477,7 +477,6 @@ footer nav {
flex-direction: row;
align-items: center;
justify-content: space-between;
padding-top: 2.5rem;
}
.main__title h1 {
@ -487,10 +486,6 @@ footer nav {
.now__topper h2 {
font-size: var(--font-size-2xl);
}
.default__wrapper {
padding-top: 2rem;
}
main {
max-width: 768px;