diff options
author | Alan Pearce | 2023-09-24 18:29:55 +0200 |
---|---|---|
committer | Alan Pearce | 2023-09-24 18:29:55 +0200 |
commit | 02c7b71eaf30b65a6dda921f3414dbd87d2c76cf (patch) | |
tree | 29966479179a8c915382a8d823e03a616b1a71aa /templates | |
parent | 3d50e242f3834b5c93b949ae2276848dc1bf9bce (diff) | |
download | website-02c7b71eaf30b65a6dda921f3414dbd87d2c76cf.tar.lz website-02c7b71eaf30b65a6dda921f3414dbd87d2c76cf.tar.zst website-02c7b71eaf30b65a6dda921f3414dbd87d2c76cf.zip |
Tweak CSS
Diffstat (limited to 'templates')
-rw-r--r-- | templates/style.css | 14 |
1 files changed, 3 insertions, 11 deletions
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; |