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 {