We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb7254d commit b99fa07Copy full SHA for b99fa07
1 file changed
src/features/TitleHero/TitleHero.css
@@ -23,6 +23,8 @@
23
line-height: 1;
24
margin-bottom: -100px;
25
/* padding-bottom: 5rem; */
26
+ -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
27
+ mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
28
}
29
30
@media (min-width: 768px) {
0 commit comments