insert banner

This commit is contained in:
@CyberAndi 2024-01-24 00:48:59 +01:00 committed by GitHub
parent d71e588187
commit baf66bcc73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -285,6 +285,13 @@ video.video-js {
box-shadow: 0.3em 0.3em 0.5em rgba(32,32,32,0.8); box-shadow: 0.3em 0.3em 0.5em rgba(32,32,32,0.8);
} }
#contents #player-container ~ .h-box h1 {
background-image: linear-gradient(to right, rgba(17,17,17,.9), rgba(94,149,183,1));
position: relative;
top: -4em;
padding-left: 200px;
}
@media screen and (max-width: 700px) { @media screen and (max-width: 700px) {
.video-js .vjs-share { .video-js .vjs-share {
justify-content: unset; justify-content: unset;