Skip to content

Commit

Permalink
Remove border
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Nov 16, 2024
1 parent 2dcd730 commit 3dcda7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/website/src/components/section-five.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ import { ExportToast } from "./export-toast";
export function SectionFive() {
return (
<section className="flex justify-between space-y-12 lg:space-y-0 lg:space-x-8 flex-col lg:flex-row overflow-hidden mb-12">
<div className="border border-border lg:basis-2/3 bg-[#121212] p-10 flex lg:space-x-8 lg:flex-row flex-col-reverse lg:items-center lg:items-start group">
<div className="border border-border lg:basis-2/3 bg-[#121212] p-10 flex lg:space-x-8 lg:flex-row flex-col-reverse lg:items-start group">
<Image
src={vault}
quality={90}
alt="Vault"
className="mt-8 lg:mt-0 basis-1/2 object-contain max-w-[70%] sm:max-w-[50%] md:max-w-[35%] border-l-[1px] border-border"
className="mt-8 lg:mt-0 basis-1/2 object-contain max-w-[70%] sm:max-w-[50%] md:max-w-[35%]"
/>

<div className="flex flex-col basis-1/2 relative h-full">
Expand Down

0 comments on commit 3dcda7f

Please sign in to comment.