Proper scaling of the default image, when a user doesn't have custom avatar

This commit is contained in:
mareklach 2021-12-06 14:48:05 +00:00
parent 914d394bd0
commit 79c05e8381

View file

@ -467,7 +467,7 @@ figure {
/// Avatars
.avatar {
background-position: center;
background-position: center top;
background-size: cover;
border-radius: 100%;
@ -605,4 +605,4 @@ code {
.function{
color:inherit;
}
}
}