Panel grid layout should stop wrapping at the large breakpoint
This commit is contained in:
parent
b62f4d3d29
commit
98915dd69e
@ -47,6 +47,9 @@
|
||||
|
||||
@include media($medium-screen) {
|
||||
@include margin(($site-margins * 2) null);
|
||||
}
|
||||
|
||||
@include media($large-screen) {
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user