Skip to content

Commit 13e0a68

Browse files
fix
1 parent 7c973a5 commit 13e0a68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -579,9 +579,9 @@ export default function Index() {
579579
</div>
580580

581581
{/* Card 7: Many PostgreSQL versions - Mobile/Tablet separate, Desktop merged with card 10 */}
582-
<div className="border-b md:border-r lg:border-r border-[#ffffff20] p-5 md:p-6 col-span-1 lg:row-span-2 lg:flex lg:flex-col">
582+
<div className="border-b md:border-r lg:border-r border-[#ffffff20] col-span-1 lg:row-span-2 lg:flex lg:flex-col">
583583
{/* Card 7: Many PostgreSQL versions */}
584-
<div className="lg:border-b lg:border-[#ffffff20] lg:pb-6 lg:mb-0">
584+
<div className="p-5 md:p-6 lg:border-b lg:border-[#ffffff20]">
585585
<div className="flex items-center justify-center w-6 h-6 rounded text-sm font-semibold mb-4 border border-[#ffffff20]">
586586
7
587587
</div>
@@ -605,7 +605,7 @@ export default function Index() {
605605
</div>
606606

607607
{/* Card 10: Security - Only visible on desktop, merged with card 7 */}
608-
<div className="hidden lg:block lg:pt-6">
608+
<div className="hidden lg:block p-5 md:p-6">
609609
<div className="flex items-center justify-center w-6 h-6 rounded text-sm font-semibold mb-4 border border-[#ffffff20]">
610610
10
611611
</div>

0 commit comments

Comments
 (0)