From 2ff6fb666598470175ecd54a130fb4de7d1f55f2 Mon Sep 17 00:00:00 2001 From: James Lyne Date: Mon, 30 Aug 2021 22:10:51 +0100 Subject: [PATCH] Add sensible base font size to app container --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 3ce4700..d9c70b0 100644 --- a/index.html +++ b/index.html @@ -279,6 +279,7 @@ } #app { + font-size: 1.6rem; height: 100%; }