Follow style

master
Bob Mottram 2019-08-28 16:45:37 +01:00
parent b0ffc0a854
commit 15bd59aa63
1 changed files with 9 additions and 1 deletions

View File

@ -21,7 +21,7 @@ body, html {
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
max-width: 80%; max-width: 80%;
min-width: 600px; min-width: 600px;
margin: 0 auto; margin: 5% auto;
} }
a, u { a, u {
@ -106,3 +106,11 @@ input[type=text] {
.cwText { .cwText {
display: none; display: none;
} }
.options {
font-size: var(--font-size);
}
.options img {
width: 20%;
}