From 302133a1eff3e72963d3f8608707e47b720b77d5 Mon Sep 17 00:00:00 2001 From: Florian Eisenmenger Date: Fri, 23 Feb 2024 13:23:21 +0100 Subject: [PATCH] Election form: SCSS (Margin Top) --- gfi-ihk-2024/stories/components/election-form/election-form.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/gfi-ihk-2024/stories/components/election-form/election-form.scss b/gfi-ihk-2024/stories/components/election-form/election-form.scss index a3da3bf..5cc8e86 100644 --- a/gfi-ihk-2024/stories/components/election-form/election-form.scss +++ b/gfi-ihk-2024/stories/components/election-form/election-form.scss @@ -9,6 +9,7 @@ padding: 30px 30px 0 30px; border-radius: var(--border-radius-xs); color: #fff; + margin-top: 40px; margin-bottom: 20px; @media(max-width: 567px) { padding-bottom: 14px;