File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ const { title } = Astro.props
4545 </script >
4646 </head >
4747 <body
48- class =' relative h-fit w-fit bg-white text-slate-900 transition-colors duration-300 dark:bg-[#050505] dark:text-slate-50'
48+ class =' relative h-fit w-full bg-white text-slate-900 transition-colors duration-300 dark:bg-[#050505] dark:text-slate-50'
4949 >
5050 <slot />
5151 </body >
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ const packageManagers = [
8080>
8181 <wc-toast class =' pointer-events-none fixed inset-0 z-50' ></wc-toast>
8282
83- <main class =' mx-auto max-w-6xl min-w-screen pt-16' >
83+ <main class =' mx-auto max-w-6xl w-full pt-16' >
8484 <header class =' relative z-10 mx-auto mb-20 max-w-6xl px-4 lg:px-8' >
8585 <div
8686 class =' absolute top-6 right-6 z-50 flex w-fit items-center gap-4 lg:fixed'
You can’t perform that action at this time.
0 commit comments