Skip to content

Commit 0334031

Browse files
authored
Fix CSS for titles. (#31)
1 parent eb598ee commit 0334031

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_sass/components/_type.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ h1, .h1 {
77
font-family: $font-family-heading;
88
line-height: 1.2;
99
margin-bottom: 20px;
10+
margin-top: 30px;
1011
font-size: 2.2rem;
1112
@include media-breakpoint-up(md) {
1213
line-height: 1.2;
@@ -16,6 +17,7 @@ h2, .h2 {
1617
font-family: $font-family-heading;
1718
line-height: 1.4;
1819
margin-bottom: 10px;
20+
margin-top: 10px;
1921
@include media-breakpoint-up(md) {
2022
line-height: 1.4;
2123
}

0 commit comments

Comments
 (0)