woah responsive n stuff

This commit is contained in:
Ashley 2023-12-22 16:40:34 +00:00
parent c8f3c68d34
commit 9464f9d86e

View file

@ -333,6 +333,16 @@ text-transform:uppercase;
height: auto;
max-height: 150px;
}
@media screen and (max-width: 1230px) {
.channel-info > .avatar > img {
margin-left: 1em;
}
.name {
margin-left: 5em !important;
}
}
.subscribe-button:hover {
animation: animateBg 2s infinite linear;
background-color: #fff;