Merge pull request #23 from mntn-xyz/patch-16

Add bottom margin to hr for consistency
This commit is contained in:
Joe Roe 2021-09-06 11:19:49 +02:00 committed by GitHub
commit e517952121
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@ mark {
/* Other typographic elements */
hr {
border: 0;
margin-bottom: 1.5rem;
}
hr:after {