From 02c7b71eaf30b65a6dda921f3414dbd87d2c76cf Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 24 Sep 2023 18:29:55 +0200 Subject: Tweak CSS --- templates/style.css | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'templates/style.css') diff --git a/templates/style.css b/templates/style.css index f141102..db3774b 100644 --- a/templates/style.css +++ b/templates/style.css @@ -1,8 +1,9 @@ body { font-family: Verdana, sans-serif; margin: auto; - padding: 20px; + padding: 1em; max-width: 720px; + max-width: 60vw; text-align: left; background-color: #fff; word-wrap: break-word; @@ -45,12 +46,8 @@ time { font-style: italic; } -.title span { - font-weight: 400; -} - nav a { - margin-right: 10px; + margin-right: 1ex; } .tags { @@ -127,11 +124,6 @@ footer { font-size: small; } -.errorlist { - color: #eba613; - font-size: small; -} - /* blog posts */ ul.h-feed { list-style-type: none; -- cgit 1.4.1