Restyle footer and add FAQ

This commit is contained in:
Jannis Portmann 2022-01-19 12:49:07 +01:00
parent 9d640b9fd3
commit ed481d9083
5 changed files with 141 additions and 80 deletions

View file

@ -8,7 +8,7 @@ $primary: darken(#005035, 20%);
footer {
background-color: #ddd;
height: 6rem;
height: auto;
}
nav {
@ -68,6 +68,11 @@ nav {
margin-bottom: 0 !important;
}
.link-list {
list-style: none;
padding: 0;
}
@include media-breakpoint-up(sm) {
.show-img-container {
margin-right: 2rem;