From ddc7b52096477e9ce943344710a0394fde44473a Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Fri, 22 Nov 2019 10:47:57 +0100 Subject: [PATCH] Increase font size --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 51f1702..a168183 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ body { display:flex; align-items:center; justify-content:center; min-height:100vh; margin:0; - font-size:3em; font-family:monospace; + font-size:6em; font-family:monospace; } input { padding:0; border:0; outline:none; background:none;