fix: <ul> same font size / weight as <p>

Closes #56
This commit is contained in:
3wc
2026-03-25 15:19:16 -04:00
parent 41b8df07aa
commit fb3c98a72f

View File

@ -263,7 +263,7 @@ footer .separator {
.content {
h3 { text-transform: uppercase; }
p {
p, ul {
font-size: 1.2rem;
font-weight: 100;
}