Skip to content

Commit

Permalink
Fixed featured loop author image size
Browse files Browse the repository at this point in the history
Signed-off-by: Nistor Cristian <contact@nistorcristian.com>
  • Loading branch information
NistorCristian committed Apr 26, 2019
1 parent a556903 commit 9f64f7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,8 @@ blockquote {
object-fit: cover;
max-height: 250px; }
.loop .post .authors img {
max-height: 36px; }
width: 36px;
height: 36px; }
.loop .post .inner {
padding: 20px;
display: flex;
Expand Down
3 changes: 2 additions & 1 deletion assets/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,8 @@ blockquote{
}
.authors{
img{
max-height: 36px;
width: 36px;
height: 36px;
}
}
.inner{
Expand Down

0 comments on commit 9f64f7f

Please sign in to comment.