Application du patch de EpicKiwi

This commit is contained in:
Nono 2025-12-18 11:59:31 +01:00
parent 774f9b9218
commit f3e4293ff5
8 changed files with 660 additions and 1 deletions

View file

@ -75,10 +75,12 @@ footer {
text-align: center;
display: flex;
justify-content: space-evenly;
align-items: end;
}
@media (max-width: 600px) {
footer {
flex-direction: column;
align-items: center;
}
}