mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-14 07:51:01 +00:00
Mobile style improvement
Stack items when possible
This commit is contained in:
parent
9b119691d3
commit
e16acf8436
1 changed files with 11 additions and 4 deletions
|
@ -840,4 +840,11 @@ figcaption {
|
|||
.tabs {
|
||||
margin: auto 0px 2em;
|
||||
}
|
||||
|
||||
.stats { flex-direction: column; }
|
||||
body > footer {
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
body > footer * { margin: 1em auto; }
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue