From 88fb9031203f15bb5aed5320ef17064b65bf49a6 Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Sat, 2 Sep 2023 22:40:45 +0200 Subject: [PATCH] Improve button padding --- src/styles/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/main.scss b/src/styles/main.scss index 0bf106d..be7374e 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -130,7 +130,7 @@ input[type="submit"] { color: var(--s2f-button-text-color); font-weight: bolder; height: 2.5rem; - padding: 0.5rem 2rem; + padding: 0.5rem 1.5rem; border: 0; cursor: pointer; appearance: button;