From 97617b0a1e9f03f12ce40d6ff7c529c2e90beb26 Mon Sep 17 00:00:00 2001 From: Ilion Beyst Date: Sun, 20 Sep 2020 22:58:01 +0200 Subject: [PATCH] add Nicky's textje --- content/stylesheets/quiz.css | 4 ++++ layouts/quiz.erb | 1 + 2 files changed, 5 insertions(+) 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 @@