fix footer responsivness

This commit is contained in:
saadnpq 2020-04-15 19:36:13 +02:00
parent b7ed2ae681
commit 64b5141d46

View file

@ -388,6 +388,13 @@ footer{
}
}
@media only screen and (max-width: 420px) {
.contact-info{
flex-direction: column;
align-items: center;
}
}
@media only screen and (min-width: 1200px) {
.content {
width : 70%;