File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import Link from '../components/Link.astro';
88 class =' w-full p-4 bg-gray-50 dark:bg-lighter-dark-bg'
99 role =' contentinfo'
1010>
11- <div class =' max-w-3xl mx-auto' >
11+ <div class =' max-w-layout mx-auto' >
1212 <p
1313 class =' flex justify-center items-center text-gray-600 dark:text-gray-400'
1414 >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const hideOnDesktop = title === undefined;
1111 role =' banner'
1212>
1313 <nav
14- class =' max-w-3xl mx-auto flex items-center justify-between'
14+ class =' max-w-layout mx-auto flex items-center justify-between'
1515 aria-label =' Main navigation'
1616 >
1717 <a
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ const { metadata } = Astro.props;
8686 <body class =' min-h-screen flex flex-col pt-16 bg-white dark:bg-dark-bg' >
8787 <Header title ={ metadata ?.title } />
8888 <main class =' flex-1 my-12' >
89- <div class =' max-w-3xl mx-auto px-4 md:px-0' >
89+ <div class =' max-w-layout mx-auto px-4 md:px-0' >
9090 <Prose >
9191 <slot />
9292 </Prose >
You can’t perform that action at this time.
0 commit comments