File tree Expand file tree Collapse file tree 2 files changed +18
-15
lines changed Expand file tree Collapse file tree 2 files changed +18
-15
lines changed Original file line number Diff line number Diff line change 1
1
.mailing-section {
2
2
background : #1e2117 ;
3
3
color : white ;
4
-
4
+ padding : 162px 0 ;
5
+ @media #{$mobile } {
6
+ padding : 87px 0 ;
7
+ }
5
8
6
- a , a :hover , a :focus , a :active {
9
+ a ,
10
+ a :hover ,
11
+ a :focus ,
12
+ a :active {
7
13
text-decoration : none ;
8
14
color : inherit ;
9
15
}
10
-
11
-
16
+
12
17
.mailinglist-main {
13
- margin : 62px auto ;
14
18
position : relative ;
15
19
display : flex ;
16
- flex-direction : column ;
17
- align-items : center ;
20
+ flex-direction : column ;
21
+ align-items : center ;
18
22
19
23
.mailinglist-text {
20
-
21
-
22
24
margin-bottom : 40px ;
23
25
display : block ;
24
- span {
26
+ span {
25
27
font-size : 34px ;
26
28
}
27
29
30
32
margin : 0 3rem ;
31
33
color : white ;
32
34
font-size : 20px ;
33
-
34
-
35
35
}
36
36
}
37
37
40
40
flex-wrap : wrap ;
41
41
justify-content : center ;
42
42
align-items : center ;
43
-
43
+
44
44
.mailinglist-join-button {
45
45
display : flex ;
46
46
justify-content : center ;
50
50
height : 56px ;
51
51
border-radius : 5px ;
52
52
margin : 2rem 0 0 ;
53
-
54
53
}
55
54
56
55
.mailinglist-join-button :not (:first-child ) {
57
56
margin-left : 1rem ;
57
+ @media #{$mobile } {
58
+ margin-left : 0 ;
59
+
60
+ }
58
61
}
59
62
}
60
63
}
Original file line number Diff line number Diff line change 1
1
---
2
2
---
3
-
3
+ @import " variables.scss " ;
4
4
@import " getnighthawk.scss" ;
5
5
@import " faq.scss" ;
6
6
@import " getnighthawk-purpose.scss" ;
You can’t perform that action at this time.
0 commit comments