Last active
April 22, 2023 00:27
-
-
Save ramcandrews/c6fe821aa5ff501be211d0a1d88222c3 to your computer and use it in GitHub Desktop.
responsive container with gutter and a max width, center horizontally,
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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