Skip to content

Commit

Permalink
ktl-2046 chore: unpublish hero banner
Browse files Browse the repository at this point in the history
  • Loading branch information
nikpachoo committed Jan 30, 2025
1 parent 36a8aad commit b13748a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
16 changes: 5 additions & 11 deletions blocks/main/hero/hero.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
}

.banner {
display: none;
display: flex;
position: relative;
justify-content: space-between;
gap: 50px;
Expand Down Expand Up @@ -140,6 +140,10 @@
.bannerButton {
align-self: flex-end;
}

@media (--ktl-ds) {
display: none;
}
}

.banner:before {
Expand All @@ -153,16 +157,6 @@
}
}

:global(.ab-hero-ktor) {
.banner {
display: flex;

@media (--ktl-ds) {
display: none;
}
}
}

.heroText {
margin: 0;
font-size: 72px;
Expand Down
2 changes: 1 addition & 1 deletion data/hero-banner.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
isActive: true
isActive: false
title: "Ktor 3.0 is out"
caption: "A better way to build servers & clients"
buttonLabel: "Try Now"
Expand Down

0 comments on commit b13748a

Please sign in to comment.