fix style
This commit is contained in:
parent
e67f0058fa
commit
b7f1f8bb3c
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
* {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
font-family: sans, sans-serif;
|
||||
}
|
||||
|
||||
button, input, textarea {
|
||||
|
@ -14,6 +15,7 @@ outline-style: none;
|
|||
body {
|
||||
align: center;
|
||||
position: relative;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.tiny {
|
||||
|
@ -344,7 +346,7 @@ body {
|
|||
}
|
||||
|
||||
#overlays-list {
|
||||
font-size: 200%;
|
||||
font-size: 125%;
|
||||
grid-row: 1;
|
||||
max-height: 100%;
|
||||
overflow: auto;
|
||||
|
|
Loading…
Reference in a new issue