This repository has been archived on 2022-02-28. You can view files and clone it, but cannot push or open issues or pull requests.
frontend-styles/src/scss/components/_footer.scss

12 lines
157 B
SCSS

#footer {
@include display-flex;
justify-content:end;
margin-top:3em;
padding:2em 1em;
ul li {
list-style:none;
display:inline-block;
margin-right:.3em;
}
}