Set p font size for footer.

This commit is contained in:
Leo
2022-03-31 22:40:00 -05:00
parent ae22b2d540
commit 76c5142971

View File

@@ -10,6 +10,10 @@
font-size: $font-size-base * 1.2; font-size: $font-size-base * 1.2;
} }
p {
font-size: $font-size-base;
}
h3 { h3 {
margin-top: 1rem; margin-top: 1rem;
margin-bottom: 0.75rem; margin-bottom: 0.75rem;