From 218c4b1badcbaf04282b3aed41d408b258bb6a20 Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Wed, 22 Feb 2017 08:40:46 +1300 Subject: [PATCH] Wider buttons on small screens --- src/scss/global/_forms.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/scss/global/_forms.scss b/src/scss/global/_forms.scss index cd9288b5..1f4c80e9 100755 --- a/src/scss/global/_forms.scss +++ b/src/scss/global/_forms.scss @@ -159,6 +159,10 @@ input[type="submit"] { } @include responsive( $bp_medium ){ + min-width: 140px; + } + + @include responsive( $bp_narrow ){ min-width: 0; } }