Update footer styling.

This commit is contained in:
Leo
2024-02-01 10:37:49 -06:00
parent 241238d3db
commit d48e84221a

View File

@@ -3,14 +3,16 @@
padding-bottom: 1.5rem; padding-bottom: 1.5rem;
color: $gray-500; color: $gray-500;
background-color: $gray-800; background-color: $gray-800;
font-size: $small-font-size;
.footer-brand { .footer-brand {
margin-bottom: 0.75rem; margin-bottom: 0.75rem;
font-size: $font-size-base;
font-weight: bold; font-weight: bold;
} }
p {
font-size: $font-size-base;
}
.footer-header { .footer-header {
margin-bottom: 0.75rem; margin-bottom: 0.75rem;
font-weight: bold; font-weight: bold;