portfoligor/assets/scss/_footer.scss

21 lines
248 B
SCSS

///////////////////
// //
// FOOTER //
// //
///////////////////
.main-footer {
nav {
ul {
flex-grow: 1;
justify-content: space-evenly;
}
a {
text-decoration: none;
}
}
}