From ee739eb45af2f0798c7ff62c71d936ed323973e4 Mon Sep 17 00:00:00 2001 From: Miodec Date: Fri, 6 May 2022 12:57:04 +0200 Subject: [PATCH] reduced margin --- frontend/src/styles/test.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/styles/test.scss b/frontend/src/styles/test.scss index 957a0a050..c03291e8f 100644 --- a/frontend/src/styles/test.scss +++ b/frontend/src/styles/test.scss @@ -999,7 +999,7 @@ flex-wrap: wrap; color: var(--sub-color); text-align: center; - margin-bottom: 1.25rem; + margin-bottom: 0.5rem; transition: 0.125s; justify-content: center; user-select: none;