open-vault/website/pages/home/style.css
Jeff Escalante a3371f6242
🌷Website Maintenance (#9140)
* another round of maintenance

- apply stylelint
- run eslint across all files
- remove unneeded font import
- add jsconfig and import from absolute pahts
- remove unneeded experimental nextjs config
- update all dependencies

* refreshing with the latest dep updates
2020-07-02 14:24:34 -04:00

32 lines
479 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-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-container.before-after {
padding-top: 50px;
}
}