diff --git a/src/styles/app.css b/src/styles/app.css index 8d2c86a..e84b5a8 100644 --- a/src/styles/app.css +++ b/src/styles/app.css @@ -998,6 +998,12 @@ h6 { overflow: hidden; } +.author-header-image img { + /* in case image is too small */ + height: inherit; + width: inherit; +} + .author-header-meta { display: flex; margin: 1rem 0 0 0;