Scale up author header image when too small
This commit is contained in:
parent
cc370bf163
commit
d3548f8a21
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue