From 52951857501de20c16fbaceb28f71964fcb7e3b3 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Sat, 21 Dec 2019 12:18:22 -0500 Subject: [PATCH] css: static font size over responsive size The responsive size makes it impossible to zoom on desktop and was huge on a larger monitor. Still struggling to get a reasonable size on mobile. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 6f9ef7b..a4830d7 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@ font-family: "Courier New", monospace; margin-left: 40px; margin-right: 40px; - font-size: 3vmin; + font-size: 1em; } @media only screen and (min-width: 992px) { #content { -- libgit2 1.1.1