1
0
Fork 0
mirror of https://github.com/Findus23/acronomy.git synced 2024-09-19 15:33:45 +02:00
acronomy/static/scss/components/footer.scss

14 lines
220 B
SCSS
Raw Normal View History

2020-07-22 14:43:04 +02:00
footer {
margin-top: 1rem;
.navbar-nav {
justify-content: space-between;
width: 100%;
2020-07-29 14:48:00 +02:00
@include media-breakpoint-down(sm) {
2020-07-29 14:40:57 +02:00
flex-direction: column !important;
text-align: center;
}
2020-07-22 14:43:04 +02:00
}
}
2020-07-29 14:48:00 +02:00