clean up p styling with new classes to separate things under an h2 and things not under an h2

This commit is contained in:
2026-01-07 08:35:47 -08:00
parent c05c103dc7
commit ace01baee4
5 changed files with 54 additions and 41 deletions

View File

@ -45,6 +45,12 @@
}
}
.resident #bio,
.contact ul {
background-color: var(--color-bg-alt);
border-radius: 0 0 1rem 1rem;
}
.contact {
margin-top: 4rem;
text-align: center;