From 28c78bbe8ae4d1edd325afdf6fa67b4a8d8e12ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Sun, 17 Oct 2021 19:47:53 +0200 Subject: [PATCH] Fix normal size button sides padding --- src/style/atoms/_button.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style/atoms/_button.scss b/src/style/atoms/_button.scss index 7ed07a0..7108867 100644 --- a/src/style/atoms/_button.scss +++ b/src/style/atoms/_button.scss @@ -12,7 +12,7 @@ @include bp (sm) { height: 48px; - padding: 1px 16px 0; + padding: 1px 24px 0; font-size: rem(18px); }