diff --git a/css/pages/_legal.css b/css/pages/_legal.css index c98717ee..6759b237 100644 --- a/css/pages/_legal.css +++ b/css/pages/_legal.css @@ -7,7 +7,8 @@ background: linear-gradient(180deg, #F9FAFB 0%, #FFFFFF 100%); padding: 48px 24px 28px; text-align: center; } -.legal-hero .container { max-width: 720px; margin: 0 auto; } +/* Override the global flex-row .container so the hero stacks and centres. */ +.legal-hero .container { display: block; max-width: 720px; margin: 0 auto; padding: 0; } .legal-eyebrow { display: inline-block; font-weight: 700; font-size: 14px; letter-spacing: 0.06em; text-transform: uppercase; color: #2D738C; margin-bottom: 12px; diff --git a/en/legal/index.html b/en/legal/index.html index 5d96e568..3ec4f634 100644 --- a/en/legal/index.html +++ b/en/legal/index.html @@ -197,7 +197,7 @@ @@ -206,7 +206,8 @@ - + +