From b5369b66a8132c27339b050159b67eade000a4ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Thu, 27 Feb 2020 23:07:04 +0100 Subject: [PATCH] Fix button style on mobile --- src/style/atoms/_button.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/style/atoms/_button.scss b/src/style/atoms/_button.scss index 4b84cb9..f9df53e 100644 --- a/src/style/atoms/_button.scss +++ b/src/style/atoms/_button.scss @@ -5,7 +5,7 @@ align-items: center; height: 40px; overflow: hidden; - padding: 1px 16px 0; + padding: 0 16px; background: #fff; font-family: $font-sans-sb; font-size: rem(14px); @@ -20,7 +20,7 @@ @include breakpoint (sm) { height: 48px; - padding: 0 24px; + padding: 1px 24px 0; font-size: rem(18px); }