Skip to content

Commit 008c6fb

Browse files
committed
update sizes on breakpoints
1 parent a4e2178 commit 008c6fb

File tree

1 file changed

+25
-3
lines changed

1 file changed

+25
-3
lines changed

src/styles/main.scss

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,38 @@
1414

1515
.intro {
1616
background-color: $section-bg-color;
17-
padding: 2rem 0;
18-
line-height: 30px;
17+
padding: 1rem 0 0.125rem;
18+
line-height: 40px;
1919
@include md {
20+
padding: 2rem 0;
2021
line-height: 40px;
2122
}
2223
.container {
23-
text-align: center;
24+
text-align: left;
2425
margin-bottom: 2rem;
26+
padding-right: 20px;
27+
@include md {
28+
padding-right: 320px;
29+
}
30+
}
31+
&__heading {
32+
font-family: $sans-font-bold;
33+
font-size: 1.75rem;
34+
line-height: 35px;
35+
word-spacing: -10px;
36+
@include md {
37+
font-size: 2.5rem;
38+
line-height: 44px;
39+
word-spacing: -18px;
40+
}
2541
}
2642
.intro__link {
2743
margin-top: 1rem;
44+
@include md {
45+
margin-top: 0.5;
46+
}
47+
}
48+
.accent {
49+
color: $accent;
2850
}
2951
}

0 commit comments

Comments
 (0)