DEV Community

Discussion on: Flexbox diehards: Here's some concrete examples of when CSS grid is just better

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

Currently, I am currently looking for custom gaps. Maybe something along the lines of,

span + span::before {
  content: " · ";
}

Now, how do I make it responsive? Like vertical on <= 600px. 2 x n on > 600px.