| /** | |
| * Support page — uses <article class="markdown"> for body content, | |
| * so all element styling (tables, h2, p, lists) comes from the | |
| * shared markdown rules in design-style.scss. We only own the | |
| * outer page width / padding here. | |
| */ | |
| .mainContent { | |
| max-width: var(--global-main-width); | |
| margin: 0 auto; | |
| padding: 32px var(--mobile-padding-width) 96px; | |
| } |