Skip to content

Commit

Permalink
Make font smaller on desktop devices
Browse files Browse the repository at this point in the history
  • Loading branch information
dagadeta committed Jan 6, 2025
1 parent 74dc06c commit 015432f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -513,4 +513,12 @@ a {
.asciiArt {
font-size: 2.5vmin;
text-align: center;
}

/* For Desktop View */
@media screen and (min-width: 1024px) {
body, .contentdiv, button, .infotable, .tablediv {
font-size: 3vmin;
font-family: "Courier Bold", "Courier Prime", "Courier New", Courier, monospace, serif;
}
}

0 comments on commit 015432f

Please sign in to comment.