Skip to content

Commit

Permalink
ADD: width auto to prevent images from being distorted
Browse files Browse the repository at this point in the history
  • Loading branch information
GrimLink committed Sep 21, 2020
1 parent 5092948 commit fe5be17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
bottom: 0;
left: 0;
display: block;
width: auto;
margin: auto;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
bottom: 0;
left: 0;
display: block;
width: auto;
margin: auto;
}

Expand Down

0 comments on commit fe5be17

Please sign in to comment.