fix: use right margins for hr

This commit is contained in:
Kazhnuz 2019-11-04 15:58:16 +01:00
parent e7ed01381d
commit 4437f9b180
1 changed files with 1 additions and 1 deletions

View File

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