From 8d71f9dfb8b9ef55b8cdba9a1e5897f09685532c Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Sat, 13 Oct 2018 17:43:37 +0200 Subject: [PATCH] scss: make hr follow line heights --- css/clear-typography.css | 2 +- scss/clear-typography.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/clear-typography.css b/css/clear-typography.css index 02dd476..cadcdb1 100644 --- a/css/clear-typography.css +++ b/css/clear-typography.css @@ -167,7 +167,7 @@ hr { border-bottom: 1px; border-color: rgba(1, 1, 1, 0.15); border-style: solid; - margin: 1.6em; } + margin: 1.5em; } /* ------------------ QUOTE ------------------- */ blockquote { diff --git a/scss/clear-typography.scss b/scss/clear-typography.scss index 4311661..2f4c761 100644 --- a/scss/clear-typography.scss +++ b/scss/clear-typography.scss @@ -196,7 +196,7 @@ hr { border-bottom: 1px; border-color: rgba(1,1,1,0.15); border-style: solid; - margin: 1.6em; + margin: 1.5em; } /* ------------------ QUOTE ------------------- */