Skip to content

Add class causing expading on full width on mobile #101

@crishpeen

Description

@crishpeen

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));
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions