fix: make Algos/filter grid match Films rows at 6 cards per row
The filter grid was using md:grid-cols-3 (3 cards) while Films horizontal rows showed 6. Updated to md:4 lg:5 xl:6 so both views scale consistently across breakpoints. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -20,7 +20,7 @@ services:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
CACHEBUST: "28"
|
||||
CACHEBUST: "29"
|
||||
VITE_USE_MOCK_DATA: "false"
|
||||
VITE_CONTENT_ORIGIN: ${FRONTEND_URL}
|
||||
VITE_INDEEHUB_API_URL: /api
|
||||
|
||||
Reference in New Issue
Block a user