Browse Source

Better font readability

pull/24/head
Luke Childs 2 years ago
parent
commit
f0fdd3ed9f
  1. 39
      website/style.css

39
website/style.css

@ -7,21 +7,6 @@ body {
font-size: 1rem; font-size: 1rem;
} }
@media only screen and (max-width: 800px) {
body {
font-size: 2rem;
}
.generator .seed-text {
font-size: 1.2rem;
}
}
@media only screen and (max-width: 600px) {
body {
font-size: 2.4rem;
}
}
*:focus { *:focus {
outline: none; outline: none;
} }
@ -192,3 +177,27 @@ table.entropy-table tr:nth-child(even) {
.footer .me { .footer .me {
float: right; float: right;
} }
@media only screen and (max-width: 800px) {
body {
font-size: 2rem;
}
.generator .seed-text {
font-size: 1.2rem;
}
.wrapper {
padding: 0 1em;
}
}
@media only screen and (max-width: 600px) {
body {
font-size: 2.4rem;
}
.generator .seed-text {
font-size: 1.4rem;
}
}
Loading…
Cancel
Save