Skip to content

Commit

Permalink
fix: double borders
Browse files Browse the repository at this point in the history
  • Loading branch information
flornkm committed Jan 25, 2024
1 parent b94eb9e commit 7781879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index/+Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function Page({ projects }: { projects: any[] }) {
<Letters />
</section>
<section class="w-full relative h-full mb-24 lg:mb-0">
<div class="2xl:w-[99vw] md:w-[98vw] w-[97vw] overflow-hidden relative left-1/2 -translate-x-1/2 inset-0 py-16 bg-zinc-100 dark:bg-zinc-950 h-full border-y border-y-zinc-200 dark:border-zinc-900 cta-gradient">
<div class="2xl:w-[99vw] md:w-[98vw] w-[97vw] overflow-hidden relative left-1/2 -translate-x-1/2 inset-0 py-16 bg-zinc-100 dark:bg-zinc-950 h-full border-y dark:lg:border-b-0 border-y-zinc-200 dark:border-zinc-900 cta-gradient">
<div class="w-full relative max-w-screen-lx mx-auto md:px-10 px-12 z-10">
<h2 class="text-xl font-semibold leading-snug mb-4">
Join my personal waitlist
Expand Down

1 comment on commit 7781879

@vercel
Copy link

@vercel vercel bot commented on 7781879 Jan 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.