From 65ca06a1d1e6b5a480db2033e3b4a19e2a6956cd Mon Sep 17 00:00:00 2001 From: lub Date: Thu, 3 Sep 2020 17:13:57 +0200 Subject: [PATCH] optimize default font size for mobile --- index.html | 3 +++ main.css | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 2534cf8..d92631d 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,10 @@ + + Good Times ahead + diff --git a/main.css b/main.css index af8b8c2..8e45ff6 100644 --- a/main.css +++ b/main.css @@ -2,5 +2,5 @@ body { background-color: black; color: #0f0; font-family: monospace; - font-size: 4rem; + font-size: 3rem; } \ No newline at end of file