width: min(90%, 24rem);, which in all honesty I like how it works.min-width because as they showed me using responsive mode of the browser in like less than 200px viewport width is too squishy and gets all broken (which yeah it's true of course).min-width making the card overflow, so they either scroll inline or just plainly use landscape mode.min-width like that to everything?min(%,rem) we learned in the course?