Wider buttons on small screens

This commit is contained in:
James Barnsley
2017-02-22 08:40:46 +13:00
parent 0a2f0f2a0c
commit 218c4b1bad

View File

@ -159,6 +159,10 @@ input[type="submit"] {
}
@include responsive( $bp_medium ){
min-width: 140px;
}
@include responsive( $bp_narrow ){
min-width: 0;
}
}