Skip to content

Commit

Permalink
try to tune font sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
ianrose14 committed Nov 10, 2024
1 parent 4c961fd commit b80ea21
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions cmd/webapp/static/css/allison.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,19 @@ body {
margin: 0;
}

body {
font-size: 2em;
}
@media screen and (min-width: 1600px) {
body {
font-size: 18px;
}
}
body {
font-size: 3em;
}
@media screen and (min-width: 1000px) {
body {
font-size: 2em;
}
}
@media screen and (min-width: 1200px) {
body {
font-size: 18px;
}
}

.icon {
vertical-align: middle;
Expand Down

0 comments on commit b80ea21

Please sign in to comment.