File tree Expand file tree Collapse file tree 1 file changed +25
-3
lines changed Expand file tree Collapse file tree 1 file changed +25
-3
lines changed Original file line number Diff line number Diff line change 14
14
15
15
.intro {
16
16
background-color : $section-bg-color ;
17
- padding : 2 rem 0 ;
18
- line-height : 30 px ;
17
+ padding : 1 rem 0 0.125 rem ;
18
+ line-height : 40 px ;
19
19
@include md {
20
+ padding : 2rem 0 ;
20
21
line-height : 40px ;
21
22
}
22
23
.container {
23
- text-align : center ;
24
+ text-align : left ;
24
25
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
+ }
25
41
}
26
42
.intro__link {
27
43
margin-top : 1rem ;
44
+ @include md {
45
+ margin-top : 0.5 ;
46
+ }
47
+ }
48
+ .accent {
49
+ color : $accent ;
28
50
}
29
51
}
You can’t perform that action at this time.
0 commit comments