add GNU 40 years button

This commit is contained in:
rick 2023-05-04 23:16:08 +02:00
commit c63f9e5a08
Signed by: Rick
GPG key ID: 5CBE8779CD27BCBA
3 changed files with 319 additions and 4 deletions

View file

@ -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 {