portfoligor/assets/scss/_footer.scss

21 lines
248 B
SCSS
Raw Permalink Normal View History

///////////////////
// //
// FOOTER //
// //
///////////////////
.main-footer {
nav {
2021-10-29 22:34:24 +02:00
ul {
flex-grow: 1;
justify-content: space-evenly;
}
a {
text-decoration: none;
}
}
}