Skip to content

Commit fb01cf8

Browse files
committed
Homepage: Reduce hero text line-height and center CTA
1 parent f9a0a51 commit fb01cf8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/styles/app.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ header h1, section h2 {
4141
}
4242

4343
header h1 {
44+
line-height: 1;
4445
font-size: 10rem;
4546
margin-bottom: 0;
4647
margin-top: 0;
@@ -54,7 +55,7 @@ header .button.button-primary.button-download {
5455
padding: 20px;
5556
height: auto;
5657
font-size: 2em;
57-
margin-top: 20px;
58+
margin-top: 25px;
5859
}
5960

6061
header .button.button-primary.button-download:hover {

0 commit comments

Comments
 (0)