visionappscz / bootstrap-ui

⚠️ IN MAINTENANCE MODE. Bootstrap UI is a Bootstrap extension for building beautiful web apps user interfaces.
http://www.bootstrap-ui.com
MIT License
64 stars 15 forks source link

Add class causing expading on full width on mobile #101

Open crishpeen opened 7 years ago

crishpeen commented 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));
    }
}
adamkudrna commented 7 years ago

Inspiration for a complex solution: https://css-tricks.com/full-width-containers-limited-width-parents