Improve mobile stats (#302)
- flex-wrap instead of hard character break - minimal margin - add missing breakpoint for space
This commit is contained in:
parent
4ef43652df
commit
ebaba664d2
2 changed files with 4 additions and 1 deletions
|
|
@ -108,6 +108,7 @@ ul#stats {
|
|||
display: flex;
|
||||
align-items: stretch;
|
||||
justify-content: space-around;
|
||||
flex-wrap: wrap;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
|
@ -116,6 +117,7 @@ ul#stats {
|
|||
display: inline-block;
|
||||
flex: 0 1 auto;
|
||||
list-style-type: none;
|
||||
margin: 0 0.2em;
|
||||
}
|
||||
|
||||
p.stats-label {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue