From deffdeec50a3a1f0bb212fb2a6c157f0c5242fb2 Mon Sep 17 00:00:00 2001 From: Stan Date: Wed, 3 Dec 2025 21:18:41 -0500 Subject: [PATCH] ajout de rond sur maps --- www/aPropos.html | 2 +- www/css/style.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/www/aPropos.html b/www/aPropos.html index 2258944..7793577 100644 --- a/www/aPropos.html +++ b/www/aPropos.html @@ -166,7 +166,7 @@ Équipe Les Alt-F4

- diff --git a/www/css/style.css b/www/css/style.css index 8cb6972..5e7c6ae 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -382,6 +382,10 @@ footer a:hover { float: right; } +.aPropos #mapsFrame { + border-radius: 15px; +} + .aPropos a:visited { color: #c19f8a;