Center pricing container at all breakpoints, not just 1200px

This commit is contained in:
russell@unturf.com 2026-03-07 09:31:31 -05:00
parent 127fdfbb86
commit 0f27a581f8

View file

@ -188,6 +188,11 @@ a.mps-button.landing-cta-large {
/* ---- Pricing ---- */
.landing-pricing-container {
max-width: 900px;
margin: 0 auto;
}
.landing-pricing {
display: grid;
grid-template-columns: 1fr;