Better support even smaller screens

This commit is contained in:
asonix 2020-05-21 18:28:54 -05:00
parent 99359cc653
commit fbebe412f3

View file

@ -226,3 +226,15 @@ footer {
}
}
}
@media(max-width: 400px) {
.avatar {
width: 50px;
height: 50px;
margin: 16px 20px;
img {
border-radius: 25px;
}
}
}