私はこのようにしなければなりません。ワイド、ミドル、スモールスクリーン用 https://pp.vk.me/c629328/v629328337/21bd7/izp9QG8Qcg4.jpg
これが私のコードです
.section-items-container
display: flex
justify-content: flex-start
align-items: stretch
flex-flow: row wrap
@include respond-to(small)
flex-direction: column
@include respond-to(medium)
flex-direction: row
.item
flex-grow: 1
@include respond-to(small)
&:nth-child(4)
order: 5
@include respond-to(medium)
&:nth-child(4)
flex-grow: 3