We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa08035 commit d0c09c7Copy full SHA for d0c09c7
src/index.md
@@ -56,12 +56,12 @@ section {
56
}
57
58
#hero {
59
- padding: 64px 32px;
+ padding: 76px 32px;
60
text-align: center;
61
62
63
.tagline {
64
- font-size: 60px;
+ font-size: 62px;
65
line-height: 1.25;
66
font-weight: 900;
67
letter-spacing: -1.5px;
@@ -81,8 +81,8 @@ section {
81
line-height: 1.5;
82
color: var(--vt-c-text-2);
83
transition: color 0.5s;
84
- font-size: 19px;
85
- margin: 22px auto 50px;
+ font-size: 18px;
+ margin: 24px auto 40px;
86
87
88
.actions a {
@@ -202,6 +202,9 @@ section {
202
203
204
@media (max-width: 576px) {
205
+ #hero {
206
+ padding: 64px 32px;
207
+ }
208
209
font-size: 38px;
210
0 commit comments