feat: improve content card sizing and spacing
- Reduced card width from 200/280px to 140/180px - Increased gap between cards from 8px to 32px (gap-8) - Added vertical padding (py-4) to content rows - Made title text smaller and responsive - Hide description on mobile for cleaner look Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
|
||||
<!-- Content Rows -->
|
||||
<section class="relative pt-8 pb-20">
|
||||
<div class="mx-auto px-8 space-y-12" style="max-width: 75%;">
|
||||
<div class="mx-auto space-y-12" style="max-width: 75%;">
|
||||
|
||||
<!-- Featured Films -->
|
||||
<ContentRow
|
||||
|
||||
Reference in New Issue
Block a user