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; }