all repos — website @ 02c7b71eaf30b65a6dda921f3414dbd87d2c76cf

My website

Tweak CSS
Alan Pearce alan@alanpearce.eu
Sun, 24 Sep 2023 18:29:55 +0200
commit

02c7b71eaf30b65a6dda921f3414dbd87d2c76cf

parent

3d50e242f3834b5c93b949ae2276848dc1bf9bce

1 files changed, 3 insertions(+), 11 deletions(-)

jump to
M templates/style.csstemplates/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;
 }