From f97305cab6b7942b8095762e674f233ced092bbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adina=20=C8=9Aeudan?= Date: Tue, 7 Dec 2021 05:40:50 +0200 Subject: [PATCH] More CSS --- src/assets/styles/common-layout.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/assets/styles/common-layout.scss b/src/assets/styles/common-layout.scss index 62267e3..d0a668f 100644 --- a/src/assets/styles/common-layout.scss +++ b/src/assets/styles/common-layout.scss @@ -246,6 +246,10 @@ section.settings { margin-top: 32px; } +.mb-0 { + margin-bottom: 0 !important; +} + .mb-6 { margin-bottom: 6px; }