File tree Expand file tree Collapse file tree 2 files changed +3
-30
lines changed Expand file tree Collapse file tree 2 files changed +3
-30
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,6 @@ export default function Services() {
99 < div className = "upper-container-with-margin-top" >
1010 < Header />
1111 < Support />
12- < div className = { styles . transition } >
13- Work with the people behind the technology.
14- </ div >
1512 < SpecialProjects />
1613 < div className = "blue-banner-container" >
1714 < div
Original file line number Diff line number Diff line change 22 color : var (--ifm-color-indigo-i1 );
33}
44
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- }
5+ ul {
6+ padding-left : 20px ;
7+ }
You can’t perform that action at this time.
0 commit comments