.portal{ display:flex; flex-flow:row wrap; justify-content:space-between; align-items:stretch; align-content:flex-start; gap:20px; } @media only screen and (max-width:768px){ .portal{ gap:10px; } }