mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
woah responsive n stuff
This commit is contained in:
parent
c8f3c68d34
commit
9464f9d86e
@ -333,6 +333,16 @@ text-transform:uppercase;
|
|||||||
height: auto;
|
height: auto;
|
||||||
max-height: 150px;
|
max-height: 150px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 1230px) {
|
||||||
|
.channel-info > .avatar > img {
|
||||||
|
margin-left: 1em;
|
||||||
|
}
|
||||||
|
.name {
|
||||||
|
margin-left: 5em !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.subscribe-button:hover {
|
.subscribe-button:hover {
|
||||||
animation: animateBg 2s infinite linear;
|
animation: animateBg 2s infinite linear;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
Loading…
Reference in New Issue
Block a user