add margin to the hr

This commit is contained in:
Hans Pagel
2020-09-10 17:33:34 +02:00
parent b3297f05c2
commit af66dc6c81

View File

@@ -112,4 +112,8 @@ blockquote {
background: none; background: none;
} }
} }
hr {
margin: 1rem 0;
}
} }