Added variable

This commit is contained in:
Mike Hartington
2014-02-09 12:10:56 -05:00
parent e9e8016731
commit d131e03ac2
2 changed files with 2 additions and 1 deletions

View File

@@ -132,7 +132,7 @@
/* Adjust the max-width value to fit your own needs */
/* Defaults to 767px (iPad portrait width)*/
@media (max-width: 767px) {
@media (max-width: $grid-responsive-break) {
.responsive .col {
width: 100%;
margin-bottom:15px;

View File

@@ -490,6 +490,7 @@ $modal-bg-color: #fff !default;
// -------------------------------
$grid-padding-width: 10px !default;
$grid-responsive-break: 767px !default;
// Action Sheets