From f23695312e38b505b134caa659672ed8f989a082 Mon Sep 17 00:00:00 2001 From: Magnus Hoff Date: Sat, 14 Oct 2017 00:08:03 +0200 Subject: [PATCH] Fix hr for new style regime --- assets/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index ecb97d4..ebbe45e 100644 --- a/assets/style.css +++ b/assets/style.css @@ -53,9 +53,10 @@ h1+*, h2+*, h3+* { margin-top: 0; } -hr { +article>hr { border: none; border-top: 1px solid black; + max-width: 400px; width: 70%; margin: 20px auto; }