File tree 2 files changed +1
-32
lines changed
2 files changed +1
-32
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,6 @@ export default function Services() {
9
9
< div className = "upper-container-with-margin-top" >
10
10
< Header />
11
11
< Support />
12
- < div className = { styles . transition } >
13
- Work with the people behind the technology.
14
- </ div >
15
12
< SpecialProjects />
16
13
< div className = "blue-banner-container" >
17
14
< div
Original file line number Diff line number Diff line change 1
1
.h2_custom {
2
2
color : var (--ifm-color-indigo-i1 );
3
- }
4
-
5
- @media only screen and (max-width : 996px ) {
6
- /*Mobile*/
7
- .transition {
8
- font-family : var (--ifm-font-family-bebas-neue );
9
- font-size : 24px ;
10
- font-style : normal;
11
- font-weight : 600 ;
12
- line-height : 150% ;
13
- text-align : center;
14
- margin-top : var (--ifm-spacing-2xl );
15
- color : var (--ifm-color-indigo-i1 );
16
- }
17
- }
18
-
19
- @media only screen and (min-width : 996px ) {
20
- /*Desktop*/
21
- .transition {
22
- font-family : var (--ifm-font-family-bebas-neue );
23
- font-size : 32px ;
24
- font-style : normal;
25
- font-weight : 600 ;
26
- line-height : 150% ;
27
- text-align : center;
28
- margin-top : var (--ifm-spacing-4xl );
29
- color : var (--ifm-color-indigo-i1 );
30
- }
31
- }
3
+ }
You can’t perform that action at this time.
0 commit comments