fix style

This commit is contained in:
Iris Lightshard 2022-08-20 17:42:48 -06:00
parent e67f0058fa
commit b7f1f8bb3c
Signed by: Iris Lightshard
GPG key ID: 3B7FBC22144E6398

View file

@ -1,6 +1,7 @@
* { * {
padding: 0; padding: 0;
margin: 0; margin: 0;
font-family: sans, sans-serif;
} }
button, input, textarea { button, input, textarea {
@ -14,6 +15,7 @@ outline-style: none;
body { body {
align: center; align: center;
position: relative; position: relative;
font-size: 16px;
} }
.tiny { .tiny {
@ -344,7 +346,7 @@ body {
} }
#overlays-list { #overlays-list {
font-size: 200%; font-size: 125%;
grid-row: 1; grid-row: 1;
max-height: 100%; max-height: 100%;
overflow: auto; overflow: auto;