Skip to content

Commit d0c09c7

Browse files
committed
home tweaks
1 parent fa08035 commit d0c09c7

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

src/index.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ section {
5656
}
5757

5858
#hero {
59-
padding: 64px 32px;
59+
padding: 76px 32px;
6060
text-align: center;
6161
}
6262

6363
.tagline {
64-
font-size: 60px;
64+
font-size: 62px;
6565
line-height: 1.25;
6666
font-weight: 900;
6767
letter-spacing: -1.5px;
@@ -81,8 +81,8 @@ section {
8181
line-height: 1.5;
8282
color: var(--vt-c-text-2);
8383
transition: color 0.5s;
84-
font-size: 19px;
85-
margin: 22px auto 50px;
84+
font-size: 18px;
85+
margin: 24px auto 40px;
8686
}
8787

8888
.actions a {
@@ -202,6 +202,9 @@ section {
202202
}
203203

204204
@media (max-width: 576px) {
205+
#hero {
206+
padding: 64px 32px;
207+
}
205208
.tagline {
206209
font-size: 38px;
207210
}

0 commit comments

Comments
 (0)