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

View file

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