Skip to content

Commit e5cfd97

Browse files
Increase previous tools margin
Adjusted the previous tools section spacing by adding top margin to push it further below the active tools on the landing page. Updated the container from mt-8 to mt-14 for better vertical separation. X-Lovable-Edit-ID: edt-65be2817-8f11-4491-914d-bb2f4cc728c2
2 parents 03dc698 + 7bdc39f commit e5cfd97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/Index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const Index = () => {
7373
</div>
7474

7575
{/* Previous Tools */}
76-
<div className="mt-8">
76+
<div className="mt-14">
7777
<h2 className="font-mono-display text-sm font-medium tracking-widest text-foreground/30 drop-shadow-sm">
7878
previous tools
7979
</h2>

0 commit comments

Comments
 (0)