fix footer responsivness
This commit is contained in:
parent
b7ed2ae681
commit
64b5141d46
1 changed files with 7 additions and 0 deletions
|
@ -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%;
|
||||
|
|
Loading…
Reference in a new issue