From e604f07850ed7c29366596fb9fdf2f0b50e4dbdb Mon Sep 17 00:00:00 2001 From: George Cushen Date: Sun, 1 Jan 2017 22:46:04 +0000 Subject: [PATCH] Update CSS to fix #75 --- static/css/hugo-academic.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/hugo-academic.css b/static/css/hugo-academic.css index 05ea1dc5..55411a2c 100644 --- a/static/css/hugo-academic.css +++ b/static/css/hugo-academic.css @@ -26,7 +26,7 @@ html { color: rgba(0,0,0,0.8); line-height: 1.65; } -@media screen and (min-width: 58rem) { +@media screen and (min-width: 58em) { html { font-size: 20px; }