From 5e3b48614504541211eef890d57c3c93b3714588 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adina=20=C8=9Aeudan?= Date: Mon, 10 Jan 2022 17:30:17 +0200 Subject: [PATCH] CSS mt utility --- 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 bed5caf..d3f0b6b 100644 --- a/src/assets/styles/common-layout.scss +++ b/src/assets/styles/common-layout.scss @@ -218,6 +218,10 @@ section.settings { margin-top: 0 !important; } +.mt-4 { + margin-top: 4px; +} + .mt-5 { margin-top: 5px; }