From 4ea2372a672bb93f4b8d4c9232129e7ba61fa546 Mon Sep 17 00:00:00 2001 From: Omar Rizwan Date: Tue, 11 Jul 2023 20:48:39 -0400 Subject: Small tweaks for info density/legibility --- assets/style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/assets/style.css b/assets/style.css index 22d59dbf..18f6a858 100644 --- a/assets/style.css +++ b/assets/style.css @@ -11,7 +11,6 @@ nav { justify-content: space-between; flex-direction: row; text-align: center; - font-variant: small-caps; font-weight: bold; } nav button { @@ -22,9 +21,8 @@ nav button { } body{ margin:1em auto; - max-width:40em; padding:0 .62em; - font:1.2em/1.62 sans-serif + font:1em/1.62 sans-serif; } h1,h2,h3 { line-height:1.2 -- cgit v1.2.3