Files
essence/scss/elements/footer.scss
2022-03-31 22:40:00 -05:00

32 lines
454 B
SCSS

#footer {
padding-top: 1rem;
padding-bottom: 1.5rem;
color: $gray-500;
background-color: $gray-800;
h2 {
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;
font-size: $font-size-base;
}
.nav-link {
color: $gray-500;
padding: 0.25rem 0;
&:hover {
color: $white;
}
}
}