Mobile style improvement
Stack items when possible
This commit is contained in:
parent
9b119691d3
commit
e16acf8436
@ -835,9 +835,16 @@ figcaption {
|
|||||||
.card {
|
.card {
|
||||||
min-width: 80%;
|
min-width: 80%;
|
||||||
min-height: 80%;
|
min-height: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabs {
|
.tabs {
|
||||||
margin: auto 0px 2em;
|
margin: auto 0px 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.stats { flex-direction: column; }
|
||||||
|
body > footer {
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
body > footer * { margin: 1em auto; }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user