Skip to content

Commit

Permalink
Fade the bottom part of the video into full transparency
Browse files Browse the repository at this point in the history
Blend the color difference between the video and the hero background on
some devices.
  • Loading branch information
Perlence committed Dec 27, 2024
1 parent 5863d9e commit e88113e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/sass/_about.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
user-select: none;
width: 300%;
z-index: 1;
mask-image: linear-gradient(to bottom, black 90%, transparent);
@include media-up(lg) {
margin-bottom: 140px;
margin-top: -3rem;
Expand Down

0 comments on commit e88113e

Please sign in to comment.