Skip to content

Commit ef0fd32

Browse files
Remove the blue transition sentence on the services page.
1 parent ac04cb2 commit ef0fd32

File tree

2 files changed

+1
-32
lines changed

2 files changed

+1
-32
lines changed

src/components/services/index.tsx

-3
Original file line numberDiff line numberDiff 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
+1-29
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,3 @@
11
.h2_custom {
22
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+
}

0 commit comments

Comments
 (0)