Skip to content

Commit 03dc698

Browse files
Adjust previous tools spacing
Reduced the horizontal gap in the previous tools grid from 8 to 4 to tighten the two-column layout and bring content closer, while keeping vertical spacing intact. X-Lovable-Edit-ID: edt-10e30190-60f1-4e1f-a955-539c2f49483b
2 parents 7f360a2 + 306377f commit 03dc698

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
@@ -77,7 +77,7 @@ const Index = () => {
7777
<h2 className="font-mono-display text-sm font-medium tracking-widest text-foreground/30 drop-shadow-sm">
7878
previous tools
7979
</h2>
80-
<ul className="mt-2 columns-2 gap-x-8 space-y-1">
80+
<ul className="mt-2 columns-2 gap-x-4 space-y-1">
8181
{[
8282
"farsight",
8383
"aegis",

0 commit comments

Comments
 (0)