Skip to content
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.

Commit

Permalink
make sure large dog images don't take up more space than they should.
Browse files Browse the repository at this point in the history
  • Loading branch information
developerace committed Oct 24, 2017
1 parent 226ebb1 commit e05683d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions style.css
Expand Up @@ -80,6 +80,7 @@ label.multiplechoiceIMG {
flex-basis: content;
max-width: 33%;
max-height: 30%;
overflow: hidden;
}
img.multiplechoiceimage {
max-width: 100%;
Expand Down

0 comments on commit e05683d

Please sign in to comment.