We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
:root { @media (min-width: 576px) and (max-width: 768px) { --container-max-width: 540px; } @media (min-width: 768px) and (max-width: 992px) { --container-max-width: 720px; } @media (min-width: 992px) and (max-width: 1200px) { --container-max-width: 960px; } @media (min-width: 1200px) { --container-max-width: 1140px; } }