From e20e9525737dbc89a9faae7a44775062dfe2afcb Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Thu, 18 Feb 2021 23:49:16 +0100 Subject: [PATCH] Label-div has some margin top from label. --- frontend/styles/global.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/styles/global.scss b/frontend/styles/global.scss index b717b98..a32e341 100644 --- a/frontend/styles/global.scss +++ b/frontend/styles/global.scss @@ -53,8 +53,10 @@ a { display: flex; flex-direction: column; justify-content: space-between; + position: relative; label { + margin-top: 0.7rem; margin-bottom: 0.25rem; font-weight: 600; text-transform: uppercase;