From d365dbba2ce57c00a004f708b523ff860f57247c Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Sat, 7 Mar 2026 09:29:29 -0500 Subject: [PATCH] Center pricing container at wide breakpoint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit .landing-pricing-container had max-width: 1100px at 1200px+ but no margin auto — the one-column class only targets section elements. --- landing.css | 1 + 1 file changed, 1 insertion(+) diff --git a/landing.css b/landing.css index 82594a0..f97e607 100644 --- a/landing.css +++ b/landing.css @@ -698,6 +698,7 @@ a.landing-pricing-link { .landing-pricing-container { max-width: 1100px; + margin: 0 auto; } .landing-pricing {