blob: 28ce0a97f60c8e2216e24a0a409497fe208334b8 [file]
/**
* 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;
}