Skip to content

Commit ad5f5b0

Browse files
committed
refactor: fix some rendering options
1 parent a8b5b48 commit ad5f5b0

2 files changed

Lines changed: 340 additions & 36 deletions

File tree

TheGreenEpochWeb/src/App.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function Layout(props: { children?: JSX.Element }) {
4747
</a>
4848

4949
<header class="border-b border-border-default/60 bg-surface-2/80 backdrop-blur-md sticky top-0 z-50">
50-
<div class="max-w-7xl mx-auto px-4 sm:px-6 h-14 flex items-center justify-between">
50+
<div class="w-full mx-auto px-4 sm:px-8 h-14 flex items-center justify-between">
5151
<A href="/" class="text-lg font-semibold tracking-tight text-accent hover:text-accent/80 no-underline transition-colors">
5252
<span class="mr-1.5"></span>TheGreenEpoch
5353
</A>
@@ -91,7 +91,7 @@ function Layout(props: { children?: JSX.Element }) {
9191
</div>
9292
</header>
9393

94-
<main id="main-content" class="max-w-7xl mx-auto px-4 sm:px-6 py-8">
94+
<main id="main-content" class="w-full mx-auto px-4 sm:px-8 py-8">
9595
{props.children}
9696
</main>
9797
</div>

0 commit comments

Comments
 (0)