From 8d986608d815a0564180616dadd172c4c3796042 Mon Sep 17 00:00:00 2001 From: Jakob Date: Wed, 12 Feb 2020 10:05:09 +0100 Subject: [PATCH] added font size for mobile devices --- content/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/style.css b/content/style.css index 8f2286c..282daa2 100644 --- a/content/style.css +++ b/content/style.css @@ -19,6 +19,9 @@ grid-column: 2 / 3; grid-row: 3; } + body { + font-size: 1em; + } } /* optimized for mobile users */ @@ -42,6 +45,9 @@ grid-column: 1 / 1; grid-row: 3; } + body { + font-size:3em; + } } div.round-border {