From ff0f81eb5e84a26116ef1feb74a00ea9263f7cbf Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 14 Aug 2022 01:23:46 -0500 Subject: Fix styling --- weeds/weed.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'weeds/weed.css') diff --git a/weeds/weed.css b/weeds/weed.css index 5fafec2..049d4e2 100644 --- a/weeds/weed.css +++ b/weeds/weed.css @@ -21,6 +21,12 @@ article header { border-bottom: 2px groove; } +h2, +h3 { + padding: 0; + margin: 0; +} + h3 { padding: 0 1ch; font-style: italic; @@ -34,3 +40,9 @@ a { text-decoration: none; color: navy; } + +@media screen and (max-width: 72ch) { + body { + padding: 2ch 0; + } +} -- cgit 1.4.1-21-gabe81