scss: make hr follow line heights

This commit is contained in:
Kazhnuz 2018-10-13 17:43:37 +02:00
parent ee6e291441
commit 8d71f9dfb8
2 changed files with 2 additions and 2 deletions

View File

@ -167,7 +167,7 @@ hr {
border-bottom: 1px; border-bottom: 1px;
border-color: rgba(1, 1, 1, 0.15); border-color: rgba(1, 1, 1, 0.15);
border-style: solid; border-style: solid;
margin: 1.6em; } margin: 1.5em; }
/* ------------------ QUOTE ------------------- */ /* ------------------ QUOTE ------------------- */
blockquote { blockquote {

View File

@ -196,7 +196,7 @@ hr {
border-bottom: 1px; border-bottom: 1px;
border-color: rgba(1,1,1,0.15); border-color: rgba(1,1,1,0.15);
border-style: solid; border-style: solid;
margin: 1.6em; margin: 1.5em;
} }
/* ------------------ QUOTE ------------------- */ /* ------------------ QUOTE ------------------- */