fix: card height 672px (-30%)

This commit is contained in:
2026-04-28 13:08:29 +00:00
parent af02c0d059
commit bfcf5f565b
+1 -1
View File
@@ -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 {