Skip to content

Commit 49e33e5

Browse files
committed
Tweaks
1 parent f4522ea commit 49e33e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/src/HomePage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default function HomePage() {
2929
<img alt="" src={`${process.env.BASE_PATH}/img/home-bg.svg`} className="h-full max-w-none" />
3030
</div>
3131
<div className="col-[container] py-20 xs:py-30">
32-
<div className="flex max-w-120 flex-col">
32+
<div className="max-w-120">
3333
<h1 className="text-heading-xlarge text-white">{t('index.hero.title')}</h1>
3434
<p className="mt-2">{t('index.hero.description')}</p>
3535
{/*

website/src/Layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ export default function Layout({ pageOpts, children }: NextraThemeLayoutProps<Fr
316316
[--graph-docs-content-padding:theme(spacing.6)]
317317
[--graph-docs-footer-padding:theme(spacing.6)]
318318
[--graph-docs-header-height:theme(spacing.16)]
319-
[--graph-docs-header-padding:theme(spacing.4)]
319+
[--graph-docs-header-padding:theme(spacing.5)]
320320
[--graph-docs-layout-transition-duration:300ms]
321321
[--graph-docs-sidebar-width:theme(spacing.64)]
322322
[--graph-docs-toc-width:theme(spacing.66)]

0 commit comments

Comments
 (0)