1
Fork 0
bauke-xyz/source/scss/components/_page-footer.scss

8 lines
94 B
SCSS
Raw Normal View History

@use 'mixins';
2021-08-26 15:52:13 +00:00
.page-footer {
@include mixins.responsive-container;
2021-08-26 15:52:13 +00:00
margin-top: 1rem;
}