some fixes

This commit is contained in:
vapormusic 2022-06-24 15:43:48 +07:00
parent 430a78e23f
commit 5aa2e2bb93
4 changed files with 40 additions and 6 deletions

View file

@ -672,6 +672,13 @@
-webkit-mask-image: -webkit-radial-gradient(center, circle cover, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 75%);
border-radius : 0px;
}
.hero-tint {
position: absolute;
top : 0;
opacity: 0.6;
width: 100%;
height: 100%;
}
}
>.row {