Merge branch 'features/footer' into 'dev'

add of responsive design for the Footer component

See merge request sae-but2/2025-26/gestion-benevoles-association/Frontend!7
This commit is contained in:
JOSSERAND GIOVANNI p2405212
2025-11-02 22:49:43 +00:00
+14
View File
@@ -17,4 +17,18 @@
color: black;
width: fit-content;
text-align: center;
}
@media screen and (max-width: 480px) {
.footer{
padding: 1rem;
}
.footerContent{
flex-direction: column;
align-items: center;
gap: 0.5rem;
}
}