width min()

PHOTO EMBED

Sat Apr 20 2024 22:31:44 GMT+0000 (Coordinated Universal Time)

Saved by @davidmchale #width #min()

.element {
  width: min(90%, 1200px); /* Set a minimum width of 90% or 1200px, whichever is larger */
}
content_copyCOPY