Skip to content

Commit 939fe6d

Browse files
Update HeroImage.jsx
1 parent 4a03bc0 commit 939fe6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/pages/home/HeroImage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ const colorFlairPiece = css`
6464
left: 0;
6565
width: 200px;
6666
height: 200px;
67-
filter: blur(100px);
6867
6968
@media ${mediaQueries.md} {
7069
width: 20vw;
@@ -79,6 +78,7 @@ const colorFlairPiece = css`
7978
const ColorFlair = styled.div`
8079
${colorFlairPiece}
8180
animation: ${rotate} 5000ms linear infinite;
81+
filter: blur(100px);
8282
&:before {
8383
content: "";
8484
display: block;

0 commit comments

Comments
 (0)