mirror of
https://git.asonix.dog/asonix/relay.git
synced 2024-11-25 02:51:12 +00:00
Shrink avatar when narrow screen
This commit is contained in:
parent
a45c204a5b
commit
99359cc653
1 changed files with 12 additions and 0 deletions
|
@ -214,3 +214,15 @@ footer {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media(max-width: 500px) {
|
||||||
|
.avatar {
|
||||||
|
width: 60px;
|
||||||
|
height: 60px;
|
||||||
|
margin: 16px 24px;
|
||||||
|
|
||||||
|
img {
|
||||||
|
border-radius: 30px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue