Skip to content

Commit fbe912f

Browse files
committed
Update index.mdx
1 parent e619dc5 commit fbe912f

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: A premium docs starter for product teams and open-source maintainer
44
section: Overview
55
order: 1
66
updated: 2026-04-19
7-
bannerImage: /homepage_banner.png
7+
bannerImage: /repo_banner.png
88
bannerAlt: KlyvantaDocs homepage hero banner
99
bannerKicker:
1010
bannerCaption:

public/homepage_banner.png

-1.1 MB
Binary file not shown.

src/app/globals.css

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1703,7 +1703,8 @@ button.subnav-dropdown-link {
17031703
width: calc(100% + 2rem);
17041704
margin-left: -2rem;
17051705
margin-bottom: 0.38rem;
1706-
height: 40dvh;
1706+
/* height: 40dvh; */
1707+
height: max-content;
17071708
min-height: 100px;
17081709
/* max-height: 560px; */
17091710
aspect-ratio: auto;
@@ -2454,7 +2455,7 @@ html[data-theme='light'] .docs-footer-logo-image-dark {
24542455
/* border: 1px solid color-mix(in srgb, var(--border) 88%, transparent); */
24552456
background: color-mix(in srgb, var(--surface-strong) 62%, transparent);
24562457
overflow: hidden;
2457-
aspect-ratio: 16 / 5.4;
2458+
/* aspect-ratio: 16 / 5.4; */
24582459
}
24592460

24602461

@@ -3724,7 +3725,7 @@ code {
37243725
margin-left: calc(50% - 50vw);
37253726
margin-right: calc(50% - 50vw);
37263727
margin-bottom: clamp(0.26rem, 1vw, 0.4rem);
3727-
height: clamp(170px, 34vw, 340px);
3728+
/* height: clamp(170px, 34vw, 340px); */
37283729
min-height: 0;
37293730
max-height: none;
37303731
aspect-ratio: auto;
@@ -3853,7 +3854,7 @@ code {
38533854
.doc-page-banner {
38543855
/* margin-bottom: 1.45rem; */
38553856
/* border-radius: 16px; */
3856-
aspect-ratio: 16 / 7;
3857+
/* aspect-ratio: 16 / 7; */
38573858
}
38583859

38593860
.doc-page-banner-caption {
@@ -4715,7 +4716,7 @@ code {
47154716
}
47164717

47174718
.docs-shell.docs-shell-with-banner>.doc-page-banner-shell {
4718-
height: clamp(145px, 36vw, 250px);
4719+
/* height: clamp(145px, 36vw, 250px); */
47194720
margin-bottom: clamp(0.18rem, 0.9vw, 0.34rem);
47204721
}
47214722

@@ -4812,7 +4813,7 @@ code {
48124813
}
48134814

48144815
.docs-shell.docs-shell-with-banner>.doc-page-banner-shell {
4815-
height: clamp(128px, 40vw, 210px);
4816+
/* height: clamp(128px, 40vw, 210px); */
48164817
margin-bottom: clamp(0.12rem, 0.7vw, 0.24rem);
48174818
}
48184819

0 commit comments

Comments
 (0)