This repository was archived by the owner on May 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +47
-8
lines changed Expand file tree Collapse file tree 5 files changed +47
-8
lines changed Original file line number Diff line number Diff line change 11
11
@media screen and (max-width : 992px ) {
12
12
flex-direction : column ;
13
13
gap : rem (2 );
14
+ padding : rem (4 );
14
15
}
15
16
16
17
.FooterBody {
23
24
font-size : rem (3.2 );
24
25
color : var (--ifm-color-white );
25
26
@media screen and (max-width : 992px ) {
26
- font-size : rem (2 );
27
+ font-size : rem (2.4 );
27
28
}
28
29
}
29
30
.FooterBodyContent {
30
31
color : var (--ifm-color-white );
31
32
font-weight : 400 ;
33
+ text-align : center ;
32
34
@media screen and (max-width : 992px ) {
33
- font-size : rem (1.5 );
35
+ font-size : rem (1.6 );
34
36
}
35
37
}
36
38
39
+ .FooterBodyContentEmail {
40
+ color : var (--ifm-color-white );
41
+ font-weight : 400 ;
42
+ @media screen and (max-width : 992px ) {
43
+ font-size : rem (1.4 );
44
+ }
45
+ }
37
46
.Email {
38
47
color : var (--ifm-color-danger );
39
48
padding : 0 rem (0.5 );
Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ const Footer = () => {
17
17
style = { { textDecoration : 'none' } }
18
18
href = 'https://binary.vanillacommunity.com/'
19
19
>
20
- < button className = { styles . communityButton } > Join Our Community </ button >
20
+ < button className = { styles . communityButton } > Join our community </ button >
21
21
</ a >
22
22
</ section >
23
23
< section className = { styles . FooterBody } >
24
24
< Text type = 'subtitle-1' as = 'h2' align = 'center' className = { styles . FooterContent } >
25
25
We're here to help
26
26
</ Text >
27
- < Text type = 'paragraph-1' align = 'center' className = { styles . FooterBodyContent } >
27
+ < Text type = 'paragraph-1' align = 'center' className = { styles . FooterBodyContentEmail } >
28
28
Email us at{ ' ' }
29
29
< a className = { styles . Email } href = { 'mailto:[email protected] ' } >
30
30
Original file line number Diff line number Diff line change 28
28
display : flex ;
29
29
flex-direction : column ;
30
30
gap : rem (2 );
31
+ @media screen and (max-width : 992px ) {
32
+ > h2 {
33
+ text-align : center ;
34
+ }
35
+ }
31
36
}
32
37
33
38
@media (min-width : 425px ) {
40
45
.FeatureList {
41
46
margin-left : rem (-2 );
42
47
font-weight : 500 ;
48
+ @media screen and (max-width : 992px ) {
49
+ font-size : rem (1.4 );
50
+ }
43
51
44
52
.FeatureOptions {
45
53
align-items : center ;
Original file line number Diff line number Diff line change 77
77
width : rem (46.8 );
78
78
> h1 {
79
79
margin-bottom : rem (0.8 );
80
- font-size : rem (2.4 );
81
80
}
82
81
> p {
83
82
line-height : rem (3.6 );
84
- font-size : rem (1.8 );
83
+ font-size : rem (2.4 );
85
84
}
85
+ // @media screen and (max-width: 992px) {
86
+ // > h1 {
87
+ // margin-bottom: rem(0.8);
88
+ // font-size: rem(2.4);
89
+ // }
90
+ // > p {
91
+ // line-height: rem(3.6);
92
+ // font-size: rem(1.8);
93
+ // }
94
+ // }
86
95
}
87
96
@media screen and (max-width : 992px ) {
88
97
flex-direction : column ;
91
100
}
92
101
.InformationContent {
93
102
width : 100% ;
103
+
104
+ > h1 {
105
+ margin-bottom : rem (0.8 );
106
+ font-size : rem (2.4 );
107
+ }
108
+ > p {
109
+ line-height : rem (3.6 );
110
+ font-size : rem (1.8 );
111
+ }
94
112
}
95
113
}
96
114
}
Original file line number Diff line number Diff line change 24
24
25
25
.termConditions {
26
26
padding : 0 rem (2.5 );
27
- font-size : rem (1.2 );
27
+ @media screen and (max-width : 992px ) {
28
+ font-size : rem (1.2 );
29
+ }
28
30
}
29
31
30
32
.cardContainer {
61
63
62
64
> p {
63
65
font-family : var (--ibm-font-family-base );
64
- font-size : rem (1.4 );
66
+ @media screen and (max-width : 992px ) {
67
+ font-size : rem (1.4 );
68
+ }
65
69
}
66
70
}
67
71
You can’t perform that action at this time.
0 commit comments