From c3dabd34aa8db606b9200465490a19a8a2d610b1 Mon Sep 17 00:00:00 2001 From: Nathan Steel Date: Mon, 13 May 2024 13:22:28 +0100 Subject: [PATCH] Increase body font size, reduce line height --- main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.css b/main.css index 173fd18..53ba0e9 100644 --- a/main.css +++ b/main.css @@ -5,7 +5,7 @@ header hr{display:none} body{ max-width:768px; margin:auto;padding:0 1.24rem; -font:1.2rem/1.62 sans-serif;color:#556; +font:1.25rem/1.5 sans-serif;color:#556; display:-webkit-flex;display:-ms-flexbox;display:flex; flex-direction:column} main{flex:1 0 auto}