Skip to content

Commit

Permalink
Merge pull request #134 from HaudinFlorence/remove_transition_div_on_…
Browse files Browse the repository at this point in the history
…services_page

Remove the blue transition sentence on the services page.
  • Loading branch information
SylvainCorlay authored Aug 23, 2024
2 parents ac04cb2 + 6324288 commit 2c30002
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 30 deletions.
3 changes: 0 additions & 3 deletions src/components/services/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ export default function Services() {
<div className="upper-container-with-margin-top">
<Header />
<Support />
<div className={styles.transition}>
Work with the people behind the technology.
</div>
<SpecialProjects />
<div className="blue-banner-container">
<div
Expand Down
30 changes: 3 additions & 27 deletions src/components/services/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,6 @@
color: var(--ifm-color-indigo-i1);
}

@media only screen and (max-width: 996px) {
/*Mobile*/
.transition {
font-family: var(--ifm-font-family-bebas-neue);
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 150%;
text-align: center;
margin-top: var(--ifm-spacing-2xl);
color: var(--ifm-color-indigo-i1);
}
}

@media only screen and (min-width: 996px) {
/*Desktop*/
.transition {
font-family: var(--ifm-font-family-bebas-neue);
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%;
text-align: center;
margin-top: var(--ifm-spacing-4xl);
color: var(--ifm-color-indigo-i1);
}
}
ul {
padding-left: 20px;
}

0 comments on commit 2c30002

Please sign in to comment.