Skip to content

Commit cc42014

Browse files
Lowered previous tools panel further
Moved the previous tools section down by increasing top margin from mt-14 to mt-24 to place it further below the active tools on the home page. X-Lovable-Edit-ID: edt-608d5fcf-533c-43b1-8a09-f73a3020893b
2 parents e5cfd97 + f2058cd commit cc42014

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-14">
76+
<div className="mt-24">
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)