Tweak CSS
Alan Pearce alan@alanpearce.eu
Sun, 24 Sep 2023 18:29:55 +0200
1 files changed, 3 insertions(+), 11 deletions(-)
jump to
M templates/style.css → 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 { @@ -124,11 +121,6 @@ } .helptext { color: #777; - font-size: small; -} - -.errorlist { - color: #eba613; font-size: small; }