mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:48:35 +01:00
woah responsive n stuff
This commit is contained in:
parent
c8f3c68d34
commit
9464f9d86e
1 changed files with 10 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue