From b9b4695f97d7963ad96901f3bf7b3fbc8492f570 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Wed, 3 Dec 2014 09:58:07 -0500 Subject: [PATCH] Match width and alignment to donate-content class. --- www/conservancy/static/forms.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/www/conservancy/static/forms.css b/www/conservancy/static/forms.css index cf740a32..4cca8365 100644 --- a/www/conservancy/static/forms.css +++ b/www/conservancy/static/forms.css @@ -35,14 +35,18 @@ input.valid, textarea.valid { border: 2px solid green; } -div.supporter-type-selector { +.supporter-type-selector { font-size: 125%; text-align: center; + width: 80%; + align: left; } .supporter-type-selection { clear: both; padding-bottom: 60px; + width: 80%; + align: left; } img.appeal {