diff --git a/src/style/pages/_place.scss b/src/style/pages/_place.scss index 7d508a9..2f9fa6d 100644 --- a/src/style/pages/_place.scss +++ b/src/style/pages/_place.scss @@ -167,5 +167,17 @@ @include breakpoint (sm) { background-image: var(--url-desktop); } + + // Gradient on top + &:before { + content: ""; + width: 100%; + height: 60vw; + display: block; + position: absolute; + bottom: 0; + left: 0; + background: linear-gradient(180deg, transparent 0%, $color-primary 100%); + } } }