Skip to content

Commit

Permalink
Center image in asset box
Browse files Browse the repository at this point in the history
  • Loading branch information
poffdeluxe committed Jan 13, 2020
1 parent b3a4fdd commit d3ee3bc
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@
}

.canvasAsset__img {
display: flex;
align-items: center;
justify-content: center;

height: 100%;

img {
width: auto;
max-width: 100%;
Expand Down

0 comments on commit d3ee3bc

Please sign in to comment.