File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -593,25 +593,25 @@ make-md-column(columns, gutter = $grid-gutter-width) {
593593 padding-right : (gutter / 2 );
594594
595595 // Calculate width based on number of columns available
596- @media $media-min-lg- desktop {
596+ @media $media-min-desktop {
597597 float : left ;
598598 width : percentage (columns , $grid-columns );
599599 }
600600}
601601
602602// Generate the large column offsets
603603make-md-column-offset (columns ) {
604- @media $media-min-lg- desktop {
604+ @media $media-min-desktop {
605605 margin-left : percentage (columns , $grid-columns );
606606 }
607607}
608608make-md-column-push (columns ) {
609- @media $media-min-lg- desktop {
609+ @media $media-min-desktop {
610610 left : percentage (columns , $grid-columns );
611611 }
612612}
613613make-md-column-pull (columns ) {
614- @media $media-min-lg- desktop {
614+ @media $media-min-desktop {
615615 right : percentage (columns , $grid-columns );
616616 }
617617}
You can’t perform that action at this time.
0 commit comments