Skip to content

Commit

Permalink
Removing blur
Browse files Browse the repository at this point in the history
  • Loading branch information
édouard wautier authored and édouard wautier committed Mar 8, 2024
1 parent 0114508 commit 7c30664
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions front/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,10 @@ module.exports = {
"0%, 100%": {
transform: "scale(1)",
opacity: "1",
filter: "blur(0px)",
},
"50%": {
transform: "scale(0.98)",
opacity: "0.5",
filter: "blur(8px)",
transform: "scale(0.99)",
opacity: "0.4",
},
},
},
Expand Down

0 comments on commit 7c30664

Please sign in to comment.