Files
netslim-blog/assets/scss/layout/_site-footer.scss
2026-03-20 22:16:20 +01:00

14 lines
360 B
SCSS

@use "../core/variables" as *;
// =============================================================
// Footer
// =============================================================
.site-footer {
margin-top: $spacing-xl;
padding-top: $spacing-md;
border-top: 1px solid $color-border-light;
color: $color-text-muted;
font-size: $font-size-footer;
}