Add additional protection for story captions

This commit is contained in:
Josh Perez 2022-07-28 20:25:50 -04:00 committed by GitHub
parent b13027d222
commit 4472de0660
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -88,7 +88,7 @@
&__caption {
@include font-body-1;
color: $color-gray-05;
color: $color-white;
padding: 4px 0;
margin-bottom: 24px;
@ -314,9 +314,9 @@
}
&--bottom {
background: linear-gradient($color-transparent, $color-black-alpha-40);
background: linear-gradient($color-transparent, $color-black-alpha-60);
bottom: 0;
height: 180px;
height: 256px;
}
}
}