From b7055552264511065e13eccbbb4e2b2222985d00 Mon Sep 17 00:00:00 2001 From: Paul Fournier Date: Sat, 11 Nov 2023 17:06:57 +0100 Subject: [PATCH] update calendar style --- www/css/style.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/www/css/style.css b/www/css/style.css index ece57f0..c37357f 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -419,10 +419,8 @@ section p.stand-out { /*--------------------------------------------------------*/ #calendar { - width: 100%; - max-width: 100%; - margin: 0; - padding: 0; + max-width: 95%; + margin: 0 5% 0 5%; /* background-color: rgba(71, 19, 43, 0.05) ; */ }