From 113423e89330c5d28be07cf7f15c67fda16e4b01 Mon Sep 17 00:00:00 2001 From: TEC Date: Sun, 16 Oct 2022 23:12:59 +0800 Subject: [PATCH] style: remove bottom padding from
The top padding of
already provides enough spacing. --- app/resources/surveys/views/thanks.jl.html | 2 +- public/css/_extras.scss | 4 ++++ public/css/style.css | 3 +++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/app/resources/surveys/views/thanks.jl.html b/app/resources/surveys/views/thanks.jl.html index 0e6d461..97f2a68 100644 --- a/app/resources/surveys/views/thanks.jl.html +++ b/app/resources/surveys/views/thanks.jl.html @@ -8,7 +8,7 @@
-
+

Thank you for taking part in the survey!

We hope to see you next year 🙂

You can view your results as diff --git a/public/css/_extras.scss b/public/css/_extras.scss index a75f346..7738273 100644 --- a/public/css/_extras.scss +++ b/public/css/_extras.scss @@ -35,3 +35,7 @@ output { float: right; transform: translate(0em, calc(var(--spacing) * 0.15)); } + +body > header { + padding-bottom: 0; +} diff --git a/public/css/style.css b/public/css/style.css index 0fa3ab9..c15c2dc 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -1827,3 +1827,6 @@ output { font-weight: 600; float: right; transform: translate(0em, calc(var(--spacing) * 0.15)); } + +body > header { + padding-bottom: 0; }