diff --git a/index.php b/index.php index 535c605..dda8b8f 100644 --- a/index.php +++ b/index.php @@ -554,7 +554,7 @@ $projectImageUrl = $_SERVER['PROJECT_IMAGE_URL'] ?? ''; } .polls-list { display: grid; - grid-template-columns: repeat(auto-fill, minmax(380px, 1fr)); + grid-template-columns: repeat(auto-fill, minmax(460px, 1fr)); gap: 20px; align-items: start; }