Skip to content

Commit 6df9a7c

Browse files
Adjust hero desktop font size (#1913)
1 parent f7f0bd5 commit 6df9a7c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/components/Hero/Hero.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
color: var(--developer-purple-light);
8888
margin-top: 4rem;
8989
font-family: var(--ifm-heading-font-family);
90+
word-wrap: normal;
9091
@include bp('tablet') {
9192
margin-top: 1.4rem;
9293
}

src/scss/commons/_typescale.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ a.text-decoration-underline {
181181
}
182182

183183
@include bp('desktop') {
184-
font-size: 6rem;
184+
font-size: 5.5rem;
185185
line-height: 113.333%;
186186
}
187187
}

0 commit comments

Comments
 (0)