1
Fork 0
This commit is contained in:
Ashley 2022-11-07 05:15:49 +01:00
parent 5aae38e5d6
commit 985bf2cc03

View file

@ -118,6 +118,25 @@ a {
}
}
@media screen and (max-width: 1200px) {
.video-info-panel.gradient {
padding: 12px;
border-radius: 11px;
background-image: linear-gradient(
135deg,
#f97794 10%,
#623aa2 100%,
#8e6f7e 100%
);
display: block;
width: 48em;
margin: auto;
justify-self: left;
position: absolute;
}
}
.video-info-pill-channelname {
color: #fff;
word-wrap: break-word;