Scale up author header image when too small

This commit is contained in:
Hippo 2019-09-29 10:16:09 +05:30
parent cc370bf163
commit d3548f8a21

View file

@ -998,6 +998,12 @@ h6 {
overflow: hidden; overflow: hidden;
} }
.author-header-image img {
/* in case image is too small */
height: inherit;
width: inherit;
}
.author-header-meta { .author-header-meta {
display: flex; display: flex;
margin: 1rem 0 0 0; margin: 1rem 0 0 0;