Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
chore: tune parallax in courses section, remove needless react-intl
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirved64 committed Oct 9, 2023
1 parent ae180aa commit 4d4f179
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 329 deletions.
178 changes: 3 additions & 175 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions landing/fragments/landing-technologies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,14 @@
"@emotion/react": "11.9.3",
"@emotion/styled": "11.9.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-intl": "6.0.8"
"react-dom": "18.2.0"
},
"peerDependencies": {
"@apollo/client": "*",
"@emotion/react": "*",
"@emotion/styled": "*",
"graphql": "*",
"react": "*",
"react-dom": "*",
"react-intl": "*"
"react-dom": "*"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const CoursesSection = () => {
return (
<>
<Condition match={isUltra}>
<Parallax translateY={[-5, 8]}>
<Parallax translateY={[-7, 8]}>
<Background
backgroundImage='wavesGradient'
backgroundSize='big'
Expand All @@ -27,7 +27,7 @@ export const CoursesSection = () => {
</Condition>

<Condition match={isWide}>
<Parallax translateY={[-5, 9]}>
<Parallax translateY={[-7, 9]}>
<Background
backgroundImage='wavesGradient'
backgroundSize='big'
Expand All @@ -50,7 +50,7 @@ export const CoursesSection = () => {
display='flex'
width='100%'
>
<Parallax translateY={[-5, 10]}>
<Parallax translateY={[-8, 10]}>
<Courses />
</Parallax>
</Background>
Expand Down
Loading

0 comments on commit 4d4f179

Please sign in to comment.