mirror of
https://github.com/danog/sass-site.git
synced 2025-01-10 15:09:12 +01:00
12 lines
297 B
SCSS
12 lines
297 B
SCSS
@use '../breakpoints';
|
|
|
|
.site-footer {
|
|
--sl-type-margin-block: var(--sl-gutter--quarter);
|
|
padding-bottom: var(--padding-footer-bottom, var(--sl-gutter));
|
|
padding-top: var(--sl-gutter);
|
|
|
|
@include breakpoints.sl-breakpoint--large {
|
|
--padding-footer-bottom: var(--sl-gutter--half);
|
|
}
|
|
}
|