Skip to content

Commit

Permalink
Update IndexScreen.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cdedreuille committed Mar 12, 2024
1 parent 07a476b commit aee9e8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/screens/IndexScreen/IndexScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ const CircleOrange = styled.div`
border-radius: 740px;
opacity: 0.6;
background: #fc521f;
filter: blur(66px);
filter: blur(44px);
z-index: 1;
width: 400px;
Expand Down Expand Up @@ -202,7 +202,7 @@ const CircleBlue = styled.div`
left: 200px;
@media (min-width: 600px) {
filter: blur(72px);
filter: blur(66px);
top: 220px;
left: 400px;
}
Expand Down

0 comments on commit aee9e8d

Please sign in to comment.