Open crishpeen opened 7 years ago
Override containers padding to expand on full width on mobile. Something like:
@media (max-width: @screen-xs-max) { .expand-xs { margin-left: floor(-(@grid-gutter-width / 2)); margin-right: ceil(-(@grid-gutter-width / 2)); } }
Inspiration for a complex solution: https://css-tricks.com/full-width-containers-limited-width-parents
Override containers padding to expand on full width on mobile. Something like: