make footer a column on mobile

This commit is contained in:
Luna D 2021-02-02 20:13:30 +01:00
parent 1dfc9d5eb6
commit a5904b1fcd
No known key found for this signature in database
GPG key ID: 81AF416F2CC36FC8

View file

@ -148,9 +148,11 @@ nav {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
} }
.footercol { .footercol {
flex: 1 0 auto; flex: 1 0 auto;
width: auto; width: auto;
h5 { h5 {
margin: 3px 0; margin: 3px 0;
} }
@ -192,6 +194,18 @@ nav {
.flex--maybe-wrap { .flex--maybe-wrap {
flex-wrap: wrap !important; flex-wrap: wrap !important;
} }
#footer {
align-items: normal !important;
}
#footer_content {
flex-direction: column !important;
}
.footercol {
margin-left: 15px;
}
} }
.flex--maybe-wrap { .flex--maybe-wrap {