mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-24 17:06:29 +03:00
Make grid columns break earlier
This commit is contained in:
parent
8ab2537661
commit
52a684a924
|
@ -20,7 +20,7 @@
|
|||
margin-top: $grid-gutter
|
||||
overflow: hidden
|
||||
|
||||
@include breakpoint(min, sm)
|
||||
@include breakpoint(min, lg)
|
||||
display: flex
|
||||
flex: 0 0 100%
|
||||
flex-direction: column
|
||||
|
@ -32,7 +32,7 @@
|
|||
flex: 0 0 $percentage
|
||||
max-width: $percentage
|
||||
|
||||
@include breakpoint(max, xs)
|
||||
@include breakpoint(max, md)
|
||||
flex: 0 0 100%
|
||||
flex-flow: column wrap
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user