Merge pull request #23 from mntn-xyz/patch-16
Add bottom margin to hr for consistency
This commit is contained in:
commit
e517952121
|
@ -151,6 +151,7 @@ mark {
|
||||||
/* Other typographic elements */
|
/* Other typographic elements */
|
||||||
hr {
|
hr {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
margin-bottom: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
hr:after {
|
hr:after {
|
||||||
|
|
Loading…
Reference in New Issue