Improve footer layout on small screens (#66)
- smaller spacing to fit three numbers in line instead of two - adjust margin/padding when description is hidden
This commit is contained in:
parent
9178bbce1a
commit
b1af21ce95
1 changed files with 11 additions and 0 deletions
|
|
@ -72,6 +72,17 @@ footer {
|
|||
margin: 0 1rem;
|
||||
display: inline-block;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
#stats li {
|
||||
margin: 0 0.5rem;
|
||||
}
|
||||
#stats {
|
||||
padding-top: 0.4em;
|
||||
}
|
||||
p.stats-label {
|
||||
margin-bottom: 0.4em;
|
||||
}
|
||||
}
|
||||
|
||||
.stats-label {
|
||||
word-break: break-all;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue