Files
slim-blog/assets/scss/layout/_footer.scss
2026-03-16 01:47:07 +01:00

14 lines
365 B
SCSS

@use "../abstracts/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;
}