forked from emre/www_projectmycelium_com
refactor: add spacing divider below NodeProducts bottom border
- Removed bg-[#121212] from bottom border div - Added transparent spacing divider with py-6 padding and gray-800 side borders - Updated comment to indicate spacing addition
This commit is contained in:
@@ -222,9 +222,9 @@ export function NodeProducts() {
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
{/* ✅ Bottom horizontal line with spacing */}
|
||||||
{/* Bottom border */}
|
<div className="w-full border-b border-gray-800" />
|
||||||
<div className="w-full border-b border-gray-800 bg-[#121212]" />
|
<div className="max-w-7xl bg-transparent mx-auto py-6 border border-t-0 border-b-0 border-gray-800"></div>
|
||||||
</section>
|
</section>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user