Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions landing-pages/site/assets/scss/_base-layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
@import "fonts";

.base-layout {
padding: 91px 0 40px;
padding: 40px 0;

&--scrollButton {
position: sticky;
Expand Down Expand Up @@ -66,8 +66,6 @@

@media (max-width: $tablet) {
.base-layout {
padding: 76px 0 60px;

&--scrollButton {
margin-top: 20px;
margin-left: 0;
Expand Down
6 changes: 1 addition & 5 deletions landing-pages/site/assets/scss/_case-study.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@

.case-study-page {
max-width: 790px !important;
margin: 60px auto 0;

@media (max-width: $mobile) {
margin-top: 40px;
}
margin: 0 auto;
}

.case-studies-container {
Expand Down
4 changes: 2 additions & 2 deletions landing-pages/site/assets/scss/_community-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
}

&--accordion-container {
margin: 60px 18px;
margin: 0 18px 60px;
}

&--accordion-container .dev-list {
Expand Down Expand Up @@ -174,7 +174,7 @@
}

&--accordion-container {
margin: 40px 0;
margin-bottom: 40px;
}

&--committers-header {
Expand Down
4 changes: 2 additions & 2 deletions landing-pages/site/assets/scss/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#header {
position: relative;
margin: 91px -20px 0;
margin: 0 -20px;
min-height: calc(100vh - 91px);
// background-color is handled by the canvas animation which draws white/dark background
transition: background-color 0.3s ease;
Expand Down Expand Up @@ -85,7 +85,7 @@

@media (max-width: $tablet) {
#header {
margin: 77px -20px 0;
margin: 0 -20px;
min-height: calc(100vh - 77px);
}
#header-canvas {
Expand Down
9 changes: 0 additions & 9 deletions landing-pages/site/assets/scss/_home-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,6 @@
*/
@import "media";

.home-page-layout {
&.base-layout {
padding-top: 70px;

@media (max-width: $mobile) {
padding-top: 80px;
}
}
}
.home-section-header {
margin-top: 80px;
margin-bottom: 60px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,15 @@
* specific language governing permissions and limitations
* under the License.
*/
@import "media";

.case-study-page {
max-width: 790px !important;
margin: 60px auto 0;
@import "media";

@media (max-width: $mobile) {
margin-top: 40px;
}
}
body {
@media (max-width: $tablet) {
padding-top: 80px; // navbar offset on mobile and tablet
}

#case-studies-container {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
@media (min-width: calc(#{$tablet} + 1px)) {
padding-top: 90px; // navbar offset on desktop
}
}
2 changes: 0 additions & 2 deletions landing-pages/site/assets/scss/_roadmap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
@import "media";

.roadmap {
margin-top: 40px;

main {
padding-left: 40px;
}
Expand Down
2 changes: 1 addition & 1 deletion landing-pages/site/assets/scss/main-custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
@import "four-oh-four";
@import "docs";
@import "survey";
@import "testimonial";
@import "suggest-change";
@import "layout";

/* Theme toggle pill (sun/moon) */
.theme-toggle-pill {
Expand Down
2 changes: 0 additions & 2 deletions landing-pages/site/content/en/announcements/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ menu:

---

 
 

# April 24, 2026

Expand Down
2 changes: 0 additions & 2 deletions landing-pages/site/content/en/ecosystem/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ menu:
weight: 30
---

 
 

# Ecosystem

Expand Down