From 9de22300679a04ff6d8235f0ac0015d16b8ef285 Mon Sep 17 00:00:00 2001 From: Redume Date: Thu, 15 Dec 2022 21:11:17 +0300 Subject: [PATCH] The buttons were slightly enlarged in size --- web/static/style/settings.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/web/static/style/settings.css b/web/static/style/settings.css index 25c89ba..b03897e 100644 --- a/web/static/style/settings.css +++ b/web/static/style/settings.css @@ -22,4 +22,15 @@ #createLabelButton { margin-left: -17.6em; +} + +.form-check-input { + position: relative; + left: 5px; + font-size: 18px; +} + +.form-check-label { + margin-left: 5px; + margin-top: 2.2px; } \ No newline at end of file