Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion assets/scss/_resizable-bootstrap-overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
absorb the remaining space instead of holding col-xl-8's 66.66% max-width. */
.row > main {
flex: 1 1 0;
min-width: 0;
max-width: none;
width: auto;
}
Expand Down Expand Up @@ -49,7 +50,7 @@
// all remain from the base rule and still apply.
}

@media screen and (max-width: 768px) {
@include media-breakpoint-down(lg) {
/* Break the nowrap row so children can stack on their own lines. */
.row.flex-xl-nowrap {
flex-wrap: wrap;
Expand Down
Loading