diff --git a/backend/static/css/components.css b/backend/static/css/components.css
index 0a6c754..976aef5 100644
--- a/backend/static/css/components.css
+++ b/backend/static/css/components.css
@@ -6977,18 +6977,10 @@ svg.empty-state-icon {
.wb-cards {
display: grid;
- grid-template-columns: 1fr;
+ grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
gap: var(--space-4);
}
-@media (min-width: 768px) {
- .wb-cards { grid-template-columns: repeat(2, 1fr); }
-}
-
-@media (min-width: 1200px) {
- .wb-cards { grid-template-columns: repeat(3, 1fr); }
-}
-
.wb-card {
background: var(--c-surface);
border: 1px solid var(--c-border-light);
diff --git a/backend/static/index.html b/backend/static/index.html
index a8f5bd5..3d73a3b 100644
--- a/backend/static/index.html
+++ b/backend/static/index.html
@@ -101,9 +101,9 @@
-
-
-
+
+
+