Skip to content

Commit

Permalink
Fixed author template 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 9f64f7f commit 354bc6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -388,8 +388,8 @@ blockquote {
justify-content: center;
margin-bottom: 20px; }
.blog-intro .authors img {
max-width: 100px;
max-height: 100px; }
width: 100px;
height: 100px; }

.authors {
display: flex;
Expand Down
4 changes: 2 additions & 2 deletions assets/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -549,8 +549,8 @@ blockquote{
justify-content: center;
margin-bottom: 20px;
img{
max-width: 100px;
max-height: 100px;
width: 100px;
height: 100px;
}
}
}
Expand Down

0 comments on commit 354bc6f

Please sign in to comment.