From 14d88e6d6e66283a33b7dd0bc4e1eacbff64715d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Mon, 27 Jun 2022 20:48:04 +0200 Subject: [PATCH] Change mask gradient on Location illustration --- src/style/pages/_location.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style/pages/_location.scss b/src/style/pages/_location.scss index 2a6659e..f94699e 100644 --- a/src/style/pages/_location.scss +++ b/src/style/pages/_location.scss @@ -170,7 +170,7 @@ /* Bottom fading gradient for illustration */ @include bp (sm) { - $mask: linear-gradient(180deg,rgba(0,0,0) 0%,rgb(0,0,0) 70%,rgba(0,0,0,0) 100%); + $mask: linear-gradient(180deg, #000 0%, #000 80%, rgba(0,0,0,0) 100%); -webkit-mask-image: $mask; mask-image: $mask; }