forked from mirrors/relay
Better support even smaller screens
This commit is contained in:
parent
99359cc653
commit
fbebe412f3
1 changed files with 12 additions and 0 deletions
|
@ -226,3 +226,15 @@ footer {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media(max-width: 400px) {
|
||||
.avatar {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
margin: 16px 20px;
|
||||
|
||||
img {
|
||||
border-radius: 25px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue