From: rick Date: Thu, 4 May 2023 21:16:08 +0000 (+0200) Subject: add GNU 40 years button X-Git-Url: http://git.gyiwr.tf/?a=commitdiff_plain;h=c63f9e5a08c448f703fa896c49decbe3581928d9;p=gyiwr.git add GNU 40 years button --- diff --git a/css/style.css b/css/style.css index 2b616ba..eaaf81f 100644 --- a/css/style.css +++ b/css/style.css @@ -76,7 +76,7 @@ footer { background-color: #304B99; padding: 1em; padding-bottom: 0; - grid-column: 1/3; + grid-column: 1/4; } #buttons { @@ -87,9 +87,15 @@ footer { text-align: right; } +/* boutons avant la liste des 88x31. bien alignés au centre de la div */ +.pred-buttons { + margin-top: auto; + margin-bottom: auto; +} + #footer-main { display: grid; - grid-template-columns: 0.25fr 0.5fr 0.25fr; + grid-template-columns: 25% 50% 10% 15%; } #footer-text p { diff --git a/footer.html b/footer.html index e8fafb3..16d4219 100644 --- a/footer.html +++ b/footer.html @@ -1,7 +1,7 @@