fix sizing for small screens
This commit is contained in:
parent
84403994ce
commit
94aa95877b
1 changed files with 7 additions and 0 deletions
|
@ -343,6 +343,7 @@ body {
|
||||||
#overlays-menu-container button {
|
#overlays-menu-container button {
|
||||||
margin-top: 0.2em;
|
margin-top: 0.2em;
|
||||||
margin-bottom: 0.2em;
|
margin-bottom: 0.2em;
|
||||||
|
font-size: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#overlays-list {
|
#overlays-list {
|
||||||
|
@ -415,3 +416,9 @@ body {
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media(screen) and (max-width: 600px) {
|
||||||
|
body {
|
||||||
|
font-size: 75%;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue