How’s this for kinda brilliant? A developer I work with has combined clamp and minmax to make a variable minimum width column!

grid-template-columns: repeat(auto-fit, minmax(clamp(20ch, 45vw, 60ch), 1fr))

  • 6
  • 54