From 72da4fcfd5e592e8a4745556456cee814ee3782c Mon Sep 17 00:00:00 2001 From: MVA Global Fret Date: Tue, 5 May 2026 22:03:44 +0200 Subject: [PATCH] Contact: full gold border around price-reminder block MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Avant: border-left 4px (juste à gauche). Maintenant: border 2px tout autour pour bien encadrer. Co-Authored-By: Claude Opus 4.7 (1M context) --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 4c96375..15f69a5 100644 --- a/css/style.css +++ b/css/style.css @@ -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); }