Contact: full gold border around price-reminder block

Avant: border-left 4px (juste à gauche).
Maintenant: border 2px tout autour pour bien encadrer.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
MVA Global Fret 2026-05-05 22:03:44 +02:00
parent 3b1a585444
commit 72da4fcfd5

View File

@ -687,7 +687,7 @@ p {
background: var(--light-gray);
border-radius: var(--radius-md);
padding: var(--space-lg) var(--space-xl);
border-left: 4px solid var(--gold);
border: 2px solid var(--gold);
box-shadow: 0 4px 16px rgba(26, 26, 62, 0.05);
}