* website: upgrade global-style dependencies * website: use hideOnMobile for alert banner * website: remove deprecated --site-max-width on community page * website: replace g-container with g-grid-container * website: backfill missing heading styles * website: remove duplicative not-found page folder * website: use new download page for vmware utility * website: replace fake vmware utility logo with plain text * website: bump to downloads-page pre-release to prove out * website: bump to product-downloads stable release * website: bump to patched content component * website: add comment on vmware download page config * chore(website): use new interface on vmware downloads page
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;
|
|
}
|
|
}
|