From d84f6866699c00f33d6d202370c1954b0dcf2de4 Mon Sep 17 00:00:00 2001 From: kelin Date: Sat, 9 May 2026 17:28:51 -0400 Subject: [PATCH] Update index.html --- index.html | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 21551d2..319d019 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@ --accent-soft: #1a2a3d; --shadow: 0 12px 36px rgba(0, 0, 0, 0.45); --radius: 14px; - --column-width: 320px; + --column-width: 350px; --num-columns: 4; --num-columns-services: 4; } @@ -254,8 +254,8 @@ margin-bottom: 20px; } .admin-tile { - display: inline-flex; - max-width: var(--column-width); + display: flex; + width: calc(var(--column-width)-10px); border: 2px solid whitesmoke; border-radius: 20px; height: 100px; @@ -279,8 +279,10 @@ margin-bottom: 0px; max-height: 35px !important; height: 35px !important; - width: 100%; + } + + .admin-row { display: flex; vertical-align: bottom; @@ -344,7 +346,7 @@ display: grid; grid-template-columns: repeat(var(--num-columns-services), 1fr); gap: 15px; - max-width: auto; + max-width: 100%; padding: 0px; margin: 20px 10px; justify-content: space-evenly; @@ -352,8 +354,8 @@ .service-grid div a img { display: block; gap: 2px; - width: 50px; - height: 50px; + width: 45px; + height: 45px; } .service-grid div { display: flex;