From 98310897d4375bfb05a5be25471fecc4f3b6925b Mon Sep 17 00:00:00 2001 From: Alvie Rahman Date: Thu, 23 Dec 2021 21:44:17 +0000 Subject: [PATCH] styling tweaks --- styles.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/styles.css b/styles.css index 1671c17..e3b4da7 100644 --- a/styles.css +++ b/styles.css @@ -4,6 +4,10 @@ html { scroll-behavior: smooth; } +h1 { font-size: 2.5em } +h2 { font-size: 2em;} +h3 { font-size: 1.5em; } + body { max-width: none; margin: none; @@ -85,7 +89,8 @@ li { #content { margin: 0 auto; padding: 1em; - max-width: 60em; + width: 60em; + max-width: 100%; } #commitlog, #license { padding: 0; } @@ -95,15 +100,13 @@ li { color: #656565; } -ul#articlelist li a { color: #454545 } - #toc li, ul#articlelist { list-style: none; } #toc ul, ul#articlelist { margin-left: 0.75em ; padding-left: 0.75em; } #toc ul, ul#articlelist { border-left: 1px solid #b3b3b3;} #toc > ul { padding; none; padding: 0; margin: 0; border: none;max-width: 100%;} #toc li > a, -ul#articlelist li a { +ul#articlelist > a{ text-decoration: none; display: inline-block; width: 100%;