diff options
Diffstat (limited to 'apps/website/src/pages/projects')
-rw-r--r-- | apps/website/src/pages/projects/oneconfig.astro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/website/src/pages/projects/oneconfig.astro b/apps/website/src/pages/projects/oneconfig.astro index 1489bb1..700fd3d 100644 --- a/apps/website/src/pages/projects/oneconfig.astro +++ b/apps/website/src/pages/projects/oneconfig.astro @@ -59,7 +59,7 @@ import { Code } from 'astro:components'; </Section> <div class="section bg-blue-75 flex flex-col justify-center items-center min-h-screen"> - <Section sectionClass={false} maxWidth="1120px" wFull={false} class="pt-10 md:py-20 max-sm:h-screen"> + <Section maxWidth="1120px" wFull={false} class="pt-10 md:py-20 max-sm:h-screen"> <div slot="left"> <!-- TODO: FIX Codeblock overflowing on mobile --> <div class="max-sm:hidden"> @@ -95,7 +95,7 @@ import { Code } from 'astro:components'; </div> </Section> - <Section sectionClass={false} maxWidth="1120px" wFull={false} class="py-10 md:py-20 gap-4 max-sm:h-screen"> + <Section maxWidth="1120px" wFull={false} class="py-10 md:py-20 gap-4 max-sm:h-screen"> <div slot="left" class="flex flex-col gap-2 text-left items-start"> <Header size="xl" class="text-blue-500">Designed for users</Header> <Paragraph class="text-blue-400 max-w-[500px]"> |