add of responsive design for the Footer component

This commit is contained in:
2025-11-02 23:49:07 +01:00
parent 0f188e5d53
commit 27d161f214
+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;
}
}