Restyle footer and add FAQ
This commit is contained in:
parent
9d640b9fd3
commit
ed481d9083
5 changed files with 141 additions and 80 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue