Fix button style on mobile

This commit is contained in:
2020-02-27 23:07:04 +01:00
parent 3857223a54
commit b5369b66a8

View File

@@ -5,7 +5,7 @@
align-items: center; align-items: center;
height: 40px; height: 40px;
overflow: hidden; overflow: hidden;
padding: 1px 16px 0; padding: 0 16px;
background: #fff; background: #fff;
font-family: $font-sans-sb; font-family: $font-sans-sb;
font-size: rem(14px); font-size: rem(14px);
@@ -20,7 +20,7 @@
@include breakpoint (sm) { @include breakpoint (sm) {
height: 48px; height: 48px;
padding: 0 24px; padding: 1px 24px 0;
font-size: rem(18px); font-size: rem(18px);
} }