From 34648758b0172dc4a2a25d0298656dc7bf091fbf Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Tue, 2 Dec 2014 16:15:03 -0500 Subject: [PATCH] Allow scaling of photo. --- www/conservancy/static/forms.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/conservancy/static/forms.css b/www/conservancy/static/forms.css index ea11a171..bb074762 100644 --- a/www/conservancy/static/forms.css +++ b/www/conservancy/static/forms.css @@ -48,6 +48,9 @@ div.supporter-type-selector { img.appeal { float: left; padding-right: 40px; + min-width: 10%; + max-width: 100%; + height: auto; } img.appeal-header {