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:
Dorian
2026-02-02 23:50:53 +00:00
parent 93403375d3
commit 6ade69d477
3 changed files with 151 additions and 122 deletions

View File

@@ -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>