Skip to content

Instantly share code, notes, and snippets.

@cadoo
Created August 31, 2023 12:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cadoo/40d1fe3d9af213fa311034ad597f1bc8 to your computer and use it in GitHub Desktop.
Save cadoo/40d1fe3d9af213fa311034ad597f1bc8 to your computer and use it in GitHub Desktop.
Modern, ultra-flexible container
.container {
width: min(100vw - 3rem, var(--container-max, 80ch) );
margin-inline: auto;
}
/* https://moderncss.dev/contextual-spacing-for-intrinsic-web-design/ */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment