88be341d21
* website: upgrade global-styles packages * website: remove deprecated --site-max-width on community page * website: replace code-block showWindowBar with showChrome * website: replace old g-container with g-grid-container * website: backfill missing type styles * website: revert change to heading semantics * website: fix mismatched border colour * website: fix spacing issue * website: revert accidental replacement * website: clarify debt intention with comment * website: fix missing search styles, remove cruft * website: hide alert-banner on mobile * website: bump to latest patched dependencies
10 lines
159 B
CSS
10 lines
159 B
CSS
.root {
|
|
composes: g-grid-container from global;
|
|
margin-top: 72px;
|
|
margin-bottom: 72px;
|
|
|
|
& :global(.g-section-header) {
|
|
margin-bottom: 100px;
|
|
}
|
|
}
|