mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
make footer a column on mobile
This commit is contained in:
parent
1dfc9d5eb6
commit
a5904b1fcd
1 changed files with 14 additions and 0 deletions
|
@ -148,9 +148,11 @@ nav {
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.footercol {
|
||||
flex: 1 0 auto;
|
||||
width: auto;
|
||||
|
||||
h5 {
|
||||
margin: 3px 0;
|
||||
}
|
||||
|
@ -192,6 +194,18 @@ nav {
|
|||
.flex--maybe-wrap {
|
||||
flex-wrap: wrap !important;
|
||||
}
|
||||
|
||||
#footer {
|
||||
align-items: normal !important;
|
||||
}
|
||||
|
||||
#footer_content {
|
||||
flex-direction: column !important;
|
||||
}
|
||||
|
||||
.footercol {
|
||||
margin-left: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
.flex--maybe-wrap {
|
||||
|
|
Loading…
Reference in a new issue