From 8fb3767856d0196787a431ebf89450db6c755f84 Mon Sep 17 00:00:00 2001 From: kelinfoxy <67766943+kelinfoxy@users.noreply.github.com> Date: Fri, 8 May 2026 22:07:27 -0400 Subject: [PATCH] fixed css for .service-grid div a img { ... } --- index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 19b655c..2951895 100644 --- a/index.html +++ b/index.html @@ -344,10 +344,11 @@ margin: 20px; max-width: fit-content; } - .service-grid div { + .service-grid div a img { display: block; gap: 6px; - width: calc(var(--column-width) / var(--num-columns-services) - 25px); + width: 50px; + height: 50px; }