From a3d8685ff8bc25a635dd72c052c03279b2c4d184 Mon Sep 17 00:00:00 2001 From: dev Date: Sat, 27 Jun 2026 15:52:02 +0200 Subject: style: cinema grid shows exactly 3 movies per row --- resources/views/cinema.blade.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/resources/views/cinema.blade.php b/resources/views/cinema.blade.php index 97ad9cd..bce68fa 100644 --- a/resources/views/cinema.blade.php +++ b/resources/views/cinema.blade.php @@ -15,9 +15,7 @@ html { } .movie-card { - flex: 1 1 280px; - min-width: 250px; - max-width: 320px; + flex: 1 1 0; } .movie-card .poster { -- cgit v1.2.3