From e05683da5ef2dde1e009ae0857b614844f429056 Mon Sep 17 00:00:00 2001 From: Adrian Edwards Date: Mon, 23 Oct 2017 18:10:50 -0700 Subject: [PATCH] make sure large dog images don't take up more space than they should. --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 4644243..4d53b15 100644 --- a/style.css +++ b/style.css @@ -80,6 +80,7 @@ label.multiplechoiceIMG { flex-basis: content; max-width: 33%; max-height: 30%; + overflow: hidden; } img.multiplechoiceimage { max-width: 100%;