From 6a376d4574f038b7b30f10802a5aea44fcb65dbc Mon Sep 17 00:00:00 2001 From: neon443 <69979447+neon443@users.noreply.github.com> Date: Wed, 30 Jul 2025 18:15:00 +0100 Subject: [PATCH] updated the icon grid to have proper columsn that are euqal size --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 7c90098..e057da4 100644 --- a/style.css +++ b/style.css @@ -168,10 +168,10 @@ h5 { .homescreen { display: grid; - grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); - gap: 20px; + grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); + gap: 0px; margin-top: 10px; - justify-items: start; + justify-items: center; /* center-align app tiles */ } .app {