fix(styles): typographie strong, grille layout, ajustements collection mobile

- fonts.css : strong { font-weight: 900 }
- layout.css : ajustement grid-template-rows (lignes 6-7 réduites à 2fr)
- collection.css : padding header mobile, tailles de police, gap carte,
  image aspect-ratio avec marges, line-height description

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-03-20 11:52:12 +01:00
parent b655a22bf6
commit 65e345585a
3 changed files with 22 additions and 7 deletions

View file

@ -69,3 +69,7 @@
.pixel {
font-family: "Terminal", sans-serif;
}
strong {
font-weight: 900;
}