Adds block start margin to <hr>

This commit is contained in:
Joe Carstairs
2024-06-18 14:23:03 +01:00
parent f14e6e072f
commit 15e3689ade

View File

@@ -70,7 +70,7 @@ small {
font-size: var(--font-size-sm);
}
:is(p, h1, h2, h3, h4, h5, h6) {
:is(p, h1, h2, h3, h4, h5, h6, hr) {
margin-block-start: var(--spacing-block-sm);
max-width: 30rem;
}