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 {