a3371f6242
* 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
32 lines
479 B
CSS
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;
|
|
}
|
|
}
|