From: Ruben Beltran del Rio Date: Mon, 23 Sep 2024 20:16:49 +0000 (+0200) Subject: Separate h1 from h2 X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/commitdiff_plain/11f7c101c8d89250d593a318743f5a6c6edd27b7?ds=inline Separate h1 from h2 --- diff --git a/css/style.css b/css/style.css index 59bca81..af7a7bc 100644 --- a/css/style.css +++ b/css/style.css @@ -74,9 +74,10 @@ blockquote { br { display: none } h1, h2, h3 { font-weight: normal } -h1, h2 { font-size: 1.65em } -main h1 { font-size: 1em } +h1 { font-size: 2em } +h2 { font-size: 1.65em } h3 { font-size: 1.25em } +main h1 { font-size: 1em } pre { font-family: courier, monospace; font-size: 0.875em;