css
Best way to center content with css
The following is an easy way to align content in the center of the page without having to use breakpoints. .container { --container-margin: 2rch; --container-width: 65rch; max-width: min( calc(100dvw - var(--container-margin)), var(--container-width) ); margin: auto; } How it works 1. The rch is the relative character width as defined in