plein de trucs

This commit is contained in:
Pascal Engélibert
2023-04-29 00:28:54 +02:00
parent c9f851fa77
commit e34f2e8644
15 changed files with 84 additions and 18 deletions

View File

@ -16,6 +16,15 @@ footer {
.footer-pane {
flex: 1;
max-width: 800px;
}
@media screen and (max-width: 900px) {
.footer-wrapper {
flex-direction: column;
justify-content: center;
align-items: center;
}
}
footer a, footer a:visited {