diff --git a/content/stylesheets/quiz.css b/content/stylesheets/quiz.css index e5b0208..1791b1c 100644 --- a/content/stylesheets/quiz.css +++ b/content/stylesheets/quiz.css @@ -40,6 +40,10 @@ -moz-appearance: textfield; } +#resultWrapper { + padding-top: 2em; +} + fieldset { max-height: 60vh; display: grid; diff --git a/layouts/quiz.erb b/layouts/quiz.erb index 7d04bf7..e27d554 100644 --- a/layouts/quiz.erb +++ b/layouts/quiz.erb @@ -16,6 +16,7 @@