diff options
| author | dev | 2026-06-27 15:52:02 +0200 |
|---|---|---|
| committer | dev | 2026-06-27 15:52:02 +0200 |
| commit | a3d8685ff8bc25a635dd72c052c03279b2c4d184 (patch) | |
| tree | 03896e79a536e6a0059eabdcede4e2ef6f483faa /resources/views/cinema.blade.php | |
| parent | f918aa0c4b27b9df7e71ae2953819ac8471a4aa5 (diff) | |
| download | curious-a3d8685ff8bc25a635dd72c052c03279b2c4d184.tar.gz | |
style: cinema grid shows exactly 3 movies per row
Diffstat (limited to 'resources/views/cinema.blade.php')
| -rw-r--r-- | resources/views/cinema.blade.php | 4 |
1 files changed, 1 insertions, 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 { |
