Mise à jour : dernières modifs

This commit is contained in:
karim hassan
2025-08-24 14:49:43 +00:00
parent e3620c7f42
commit c5f16fe27b
45 changed files with 2426 additions and 552 deletions

12
README_PATCH.txt Normal file
View File

@@ -0,0 +1,12 @@
Patch: Typography + titles facelift (hero titles, section titles, kicker labels).
Files:
- frontend/public/assets/style.titles.patch.css
Usage:
1. Copy style.titles.patch.css into frontend/public/assets/
2. In your HTML <head>, include:
<link rel="stylesheet" href="/assets/style.titles.patch.css" />
3. Apply classes .hero-title, .section-title, .kicker, .btn-outline in your HTML.
Rebuild web:
docker compose build web && docker compose up -d