- commit
- a5a56d0bd4a24557091b3d0982e79c054994bf4c
- parent
- e4bc5adc8836f6519c480d63391326d733f5f3c3
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2024-04-24 12:16
include hr in standard margin rule
Diffstat
| M | css/base.css | 3 | +-- |
1 files changed, 1 insertions, 2 deletions
diff --git a/css/base.css b/css/base.css
@@ -27,7 +27,7 @@ video {
27 27 block-size: auto;
28 28 }
29 29
30 -1 p, address, blockquote, pre, table, dl, ul, ol, figure, fieldset {
-1 30 p, address, blockquote, pre, table, dl, ul, ol, hr, figure, fieldset {
31 31 margin-block: 0 var(--spacer);
32 32 }
33 33
@@ -62,7 +62,6 @@ h1, h2, h3, h4, h5, h6 {
62 62 hr {
63 63 border: 0;
64 64 border-block-end: 1px solid var(--color-border);
65 -1 margin-block: var(--spacer);
66 65 }
67 66
68 67 pre, code {