File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments