From 637cd3f39ec42930839765f7e380c9694851537d Mon Sep 17 00:00:00 2001 From: sickn33 Date: Thu, 19 Mar 2026 19:32:50 +0100 Subject: [PATCH] fix(web-app): Expand home skills list viewport Increase home page skills area height and set a 4-column grid at desktop sizes. This gives the catalog section more visible space on scroll and improves row utilization on larger screens without altering filtering/search behavior. --- apps/web-app/src/pages/Home.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/web-app/src/pages/Home.tsx b/apps/web-app/src/pages/Home.tsx index 79b28673..87555ff2 100644 --- a/apps/web-app/src/pages/Home.tsx +++ b/apps/web-app/src/pages/Home.tsx @@ -109,7 +109,7 @@ export function Home(): React.ReactElement { }; return ( -
+

@@ -227,7 +227,7 @@ export function Home(): React.ReactElement {

-
+
{loading ? (
{[...Array(8)].map((_, i) => ( @@ -243,9 +243,9 @@ export function Home(): React.ReactElement {
) : ( { const skill = filteredSkills[index]; return ;