Update logos and improve film title styling
- Update app-icon.svg with new gradient strokes and circle element - Update logo.svg with matching design improvements and gradient borders - Increase film title size to 20px (text-xl) with bold weight on desktop - Keep 16px (text-base) with semibold weight on mobile for better proportions Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
/>
|
||||
</div>
|
||||
<div class="mt-2">
|
||||
<h3 class="text-base font-medium text-white truncate">{{ content.title }}</h3>
|
||||
<h3 class="text-base md:text-xl font-semibold md:font-bold text-white truncate">{{ content.title }}</h3>
|
||||
<p class="text-base text-white/60 truncate hidden md:block">{{ content.description }}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user