portfoligor/assets/scss/_footer.scss

21 lines
291 B
SCSS
Raw Normal View History

///////////////////
// //
// FOOTER //
// //
///////////////////
.main-footer {
2021-10-29 22:34:24 +02:00
margin-top: 1.25rem;
padding-bottom: 1.25rem;
ul {
display: flex;
2021-10-29 22:34:24 +02:00
justify-content: space-evenly;
margin: 0;
padding: 0;
}
@include inline-list;
}