Skip to content

Commit e3f3f7f

Browse files
committed
Fix h1 margin
1 parent 75779b6 commit e3f3f7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

themes/doingstuff-zola/sass/doingstuff/_base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ h4 {
3838
h1 {
3939
font-size: $h1-font-size;
4040
line-height: $h1-line-height;
41-
margin-top: 1rem;
41+
margin-top: 2rem;
4242
margin-bottom: 0;
4343
}
4444

0 commit comments

Comments
 (0)