Panel grid layout should stop wrapping at the large breakpoint

This commit is contained in:
Andrew Croce 2018-07-12 08:55:20 -04:00
parent b62f4d3d29
commit 98915dd69e

View File

@ -47,6 +47,9 @@
@include media($medium-screen) {
@include margin(($site-margins * 2) null);
}
@include media($large-screen) {
flex-wrap: nowrap;
}