rimarima/themes/hugo-liftoff/assets/scss/layout/_footer.scss
Adrian Amaglio c09f092db4 init
2023-11-17 10:54:41 +01:00

18 lines
481 B
SCSS

// -----------------------------------------------------------------------------
// This file contains all styles related to the footer of the site/application.
// -----------------------------------------------------------------------------
.footer {
background-color: var(--color-contrast-lower);
}
.footer-socials {
max-width: 300px;
margin: 0 auto;
}
.footer-copyright {
text-align: center;
@include font-size('base');
color: var(--color-contrast-medium-high);
}