We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a03bc0 commit 939fe6dCopy full SHA for 939fe6d
components/pages/home/HeroImage.jsx
@@ -64,7 +64,6 @@ const colorFlairPiece = css`
64
left: 0;
65
width: 200px;
66
height: 200px;
67
- filter: blur(100px);
68
69
@media ${mediaQueries.md} {
70
width: 20vw;
@@ -79,6 +78,7 @@ const colorFlairPiece = css`
79
78
const ColorFlair = styled.div`
80
${colorFlairPiece}
81
animation: ${rotate} 5000ms linear infinite;
+ filter: blur(100px);
82
&:before {
83
content: "";
84
display: block;
0 commit comments