all repos — homestead @ b2432cb41e84191781c3c52a83dc3c96704085cc

Code for my website

Tweak CSS

Alan Pearce
commit

b2432cb41e84191781c3c52a83dc3c96704085cc

parent

dcd25d02f87295e310e7fe4597ee448559fb7680

1 file 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; }