add GNU 40 years button
This commit is contained in:
parent
f6ec4de862
commit
c63f9e5a08
3 changed files with 319 additions and 4 deletions
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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue