commit 52951857501de20c16fbaceb28f71964fcb7e3b3 (patch)
parent 43eb21fed4d56be1a567c44c6526427e80ffb8a5
Author: Alex Karle <alex@karle.co>
Date: Sat, 21 Dec 2019 12:18:22 -0500
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.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 {