diff --git a/style.css b/style.css index 64966fc..b9efdcc 100644 --- a/style.css +++ b/style.css @@ -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; + } } \ No newline at end of file