Remove unused CSS filter on homepage picture

It was ugly on Safari/Webkit

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2021-08-02 20:09:14 +02:00
parent 691f7ab141
commit 1c9513c073
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 0 additions and 7 deletions

View File

@ -718,13 +718,6 @@ section.hero {
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(
0deg,
$white 0,
rgba(0, 0, 0, 0) 5%,
rgba(0, 0, 0, 0) 90%,
$white 100%
);
z-index: 1;
}