From 9493cc09afe283b7cdb420e45d80de49076d836f Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Mon, 15 May 2023 21:28:27 -0400 Subject: [PATCH] style.css: make things more readable --- public/css/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index b87d1ea..acd1f34 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -33,7 +33,7 @@ body { margin: auto; background: #101010; color: #ffffff; - font-size: 125%; + font-size: 110%; } ::-webkit-scrollbar { @@ -75,11 +75,12 @@ hr { nav { margin: 2rem 0 0; } -main { +article { hyphens: auto; } -main p { +article p { margin: 1rem; + line-height: 2.25; } h1,h2,h3,h4 { margin: 2rem 0 0;