Skip to content

Commit

Permalink
Add height: auto to image cells
Browse files Browse the repository at this point in the history
Allows for easier responsive images.
  • Loading branch information
nhunzaker committed Jul 11, 2019
1 parent c55df2d commit 22f8aa0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ $am-table-border-color: am-color(divider);

img {
display: block;
height: auto;
max-width: 320px;
width: 100%;
}
Expand Down

0 comments on commit 22f8aa0

Please sign in to comment.