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); }