summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/_base.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_base.scss b/src/_base.scss
index 05c1b9d..1330725 100644
--- a/src/_base.scss
+++ b/src/_base.scss
@@ -155,7 +155,7 @@ img {
155 155
156hr { 156hr {
157 height: fn.dim(--border --thin); 157 height: fn.dim(--border --thin);
158 margin: fn.dim(--heading --margin-top) 0; 158 margin: calc(.5 * (fn.dim(--heading --margin-top) + fn.dim(--paragraph --margin-top))) 0;
159 border: 0; 159 border: 0;
160 background-color: fn.color(--obj); 160 background-color: fn.color(--obj);
161} 161}