Skip to content

Commit 4891039

Browse files
committed
style: better top/bottom margin of horizontal line
1 parent a4f4ad0 commit 4891039

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_sass/yat/_layout.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,14 +479,15 @@ html {
479479
margin: 60px 0 19px;
480480
}
481481

482-
p, hr {
482+
p {
483483
margin-bottom: 24px;
484484
}
485485

486486
hr {
487487
height: 1px;
488488
background-color: #ebebeb;
489489
border: none;
490+
margin: 60px 0;
490491
}
491492
}
492493

0 commit comments

Comments
 (0)