Merge remote-tracking branch 'origin/master'

This commit is contained in:
Leo
2024-02-01 09:13:20 -06:00

View File

@@ -1,23 +1,19 @@
#footer { #footer {
padding-top: 1rem; padding-top: 2rem;
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;
h2 { .footer-brand {
margin-top: 1rem;
margin-bottom: 0.75rem;
font-size: $font-size-base * 1.2;
}
p {
font-size: $font-size-base;
}
h3 {
margin-top: 1rem;
margin-bottom: 0.75rem; margin-bottom: 0.75rem;
font-size: $font-size-base; font-size: $font-size-base;
font-weight: bold;
}
.footer-header {
margin-bottom: 0.75rem;
font-weight: bold;
} }
.nav-link { .nav-link {