change $screen-medium to accomodate for the close X button

This commit is contained in:
Artur Paikin 2018-07-25 17:34:32 -04:00
parent 6392014d3a
commit 32ec76c7f0

View file

@ -26,4 +26,4 @@ $zIndex-4: 1004 !default;
$zIndex-5: 1005 !default;
// Media Queries
$screen-medium: 'only screen and (min-width: 768px)' !default;
$screen-medium: 'only screen and (min-width: 820px)' !default;