Website/assets/scss/layout/_footer.scss
Martin Gasque 0ba3f3c7c5 Initial commit
Will it deploy one day ?
2024-02-20 08:59:37 +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);
}