Skip to content

Commit

Permalink
blur(2px)
Browse files Browse the repository at this point in the history
  • Loading branch information
iBug committed Mar 22, 2022
1 parent acce3a9 commit c83e8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/landing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ body.landing {
content: "";
background: linear-gradient(hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0.1)),
url("/image/mm/splash.jpg") center / cover no-repeat fixed;
filter: blur(1.5px);
filter: blur(2px);
position: absolute;
z-index: -1;
top: 0;
Expand Down

0 comments on commit c83e8ba

Please sign in to comment.