Skip to content

Instantly share code, notes, and snippets.

@ramcandrews
Last active April 22, 2023 00:27
Show Gist options
  • Save ramcandrews/c6fe821aa5ff501be211d0a1d88222c3 to your computer and use it in GitHub Desktop.
Save ramcandrews/c6fe821aa5ff501be211d0a1d88222c3 to your computer and use it in GitHub Desktop.
responsive container with gutter and a max width, center horizontally,
.container {
width: min(100% - 2rem, 600px);
margin-inline: auto;
}
/* https://youtube.com/shorts/SGlpOnIgk1w */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment