From 338f8346aaba357b70f49f6d39fce79444f3a9bc Mon Sep 17 00:00:00 2001 From: Magnus Hoff Date: Thu, 21 Sep 2017 10:19:03 +0200 Subject: [PATCH] Style tweaks --- assets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/style.css b/assets/style.css index 35ca092..07b25e1 100644 --- a/assets/style.css +++ b/assets/style.css @@ -35,7 +35,7 @@ h2 { header { max-width: 600px; width: 100%; - margin: 40px auto 0 auto; + margin: 60px auto 0 auto; } article { @@ -122,7 +122,7 @@ footer dt::after { } footer dd::after { - content: "|"; + content: "\00B7"; margin: 0 12px; }