add of responsive design for the Footer component
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user