open-vault/website/pages/home/style.css
Zachary Shilton 88be341d21
Upgrade global styles (#12167)
* 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
2021-08-20 12:20:18 -04:00

32 lines
489 B
CSS

#page-home {
& .g-section-block {
padding: 160px 0;
&.page-wrap {
padding-top: 0;
}
}
& .g-logo-grid li img {
max-height: 50%;
max-width: 50%;
}
& .g-grid-container.remove-bottom-padding {
padding-bottom: 0;
}
& .g-section-header.infrastructure {
/* Override default max-width */
max-width: 1050px;
& h2 {
max-width: 784px;
margin: 0 auto;
}
}
& .g-grid-container.before-after {
padding-top: 50px;
}
}