From bfcf5f565b3f49564a7c0911cacbcf7e49d21fe9 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Tue, 28 Apr 2026 13:08:29 +0000 Subject: [PATCH] fix: card height 672px (-30%) --- app/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/style.css b/app/static/style.css index 75e04e2..f898c44 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -322,7 +322,7 @@ button { } .service-grid { grid-template-columns: repeat(auto-fit, minmax(360px, 1fr)); - grid-auto-rows: 960px; + grid-auto-rows: 672px; align-items: stretch; } .category-strip {