From 008ee1ceef7e4e45b8a1e4cc9aedacd64ce088de Mon Sep 17 00:00:00 2001 From: Paul Craig Date: Wed, 15 Feb 2017 23:47:48 +0000 Subject: [PATCH] Add more spacing around questions Our new, authoritarian spacing rules use 7px to p padding, 7px bottom padding, and 10px bottom margin, whi ch is 4px of space overall. Having a marging between questions of only 30px (since vertical margins collapse) was just not enough. Hopefully this resolves our issue, although we can tweak it if we need to. --- toolkit/scss/forms/_questions.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkit/scss/forms/_questions.scss b/toolkit/scss/forms/_questions.scss index cfc30291..74e98a95 100644 --- a/toolkit/scss/forms/_questions.scss +++ b/toolkit/scss/forms/_questions.scss @@ -18,7 +18,7 @@ .question, %question { @extend %contain-floats; - margin: 15px 0 30px 0; + margin: 24px 0 48px 0; clear: both; // This preserves the vertical margins set on the .question-headings