From a8b76e27025e94d3ac4e35f6a1e5bb3fce14b4df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Wed, 10 Nov 2021 23:11:00 +0100 Subject: [PATCH] Make buttons larger on medium screen --- src/style/atoms/_button.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/style/atoms/_button.scss b/src/style/atoms/_button.scss index fe1f1be..805ec74 100644 --- a/src/style/atoms/_button.scss +++ b/src/style/atoms/_button.scss @@ -12,7 +12,7 @@ text-decoration: none; transition: background-color 0.55s var(--ease-quart), color 0.55s var(--ease-quart); - @include bp (sm) { + @include bp (md) { height: 48px; padding: 1px 24px 0; font-size: rem(18px); @@ -44,7 +44,7 @@ height: 32px; padding: 0 6px; - @include bp (sm) { + @include bp (md) { height: 32px; padding: 0 16px; font-size: rem(14px); @@ -56,7 +56,7 @@ height: 40px; padding: 0 16px; - @include bp (sm) { + @include bp (md) { height: 40px; padding: 0 16px; } @@ -67,7 +67,7 @@ height: 56px; font-size: rem(16px); - @include bp (sm) { + @include bp (md) { height: 72px; height: 72px; padding: 0 40px;