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 ------------------- */