df34412570
* new documentation website * ci job adjustment * update to latest version on downloads page * remove transition-period scripts * add netlify toml file * fix docs patch * fix ci config? * revert go.mod changes * a couple last markdown formatting fixes
33 lines
491 B
CSS
33 lines
491 B
CSS
#page-home {
|
|
& .g-section-block.page-wrap {
|
|
padding-top: 0;
|
|
}
|
|
|
|
& .g-section-block {
|
|
padding: 160px 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;
|
|
}
|
|
}
|