Skip to content

Commit c097c6c

Browse files
committed
clean up padding on h1 and h2
1 parent 52156b4 commit c097c6c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

assets/sass/pages/_home.scss

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@
2020
h1 {
2121
font-size: 3.5em;
2222
font-weight: 500;
23-
margin-bottom: 0.5em;
23+
margin: 0 0 0.5em 0;
24+
}
25+
26+
h2 {
27+
margin-top: 0;
2428
}
2529

2630
.tagline {
@@ -49,7 +53,7 @@
4953

5054
.image-title {
5155
position: absolute;
52-
bottom: 20px;
56+
bottom: 25px;
5357
left: 20px;
5458
right: 20px;
5559
display: flex;

0 commit comments

Comments
 (0)