From 69497d777e86a69a166ccb1958f48059735e7867 Mon Sep 17 00:00:00 2001 From: softsimon Date: Tue, 21 Mar 2023 22:26:18 +0900 Subject: [PATCH] Fixing sub text height --- .../src/app/components/difficulty/difficulty.component.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/app/components/difficulty/difficulty.component.scss b/frontend/src/app/components/difficulty/difficulty.component.scss index 3c41855bb..1da1591d0 100644 --- a/frontend/src/app/components/difficulty/difficulty.component.scss +++ b/frontend/src/app/components/difficulty/difficulty.component.scss @@ -33,8 +33,10 @@ font-size: 18px; margin: auto; position: relative; + margin-bottom: 0.2rem; &.bigger { font-size: 20px; + margin-bottom: 0; } } }