mobile version fixes

This commit is contained in:
kurpfish
2021-08-19 16:17:06 +03:00
parent 3ce8e17645
commit 16032758a9
9 changed files with 84 additions and 30 deletions

View File

@ -16,7 +16,7 @@ footer .copyright {
@media (max-width: 575.98px) {
.footer__left {
margin-top: 120px;
margin-top: 80px;
}
}
@ -73,6 +73,7 @@ footer .copyright {
margin-bottom: 20px;
}
}
.footer__phone {
color: #003b65;
font-family: 'CeraPro';
@ -92,3 +93,9 @@ footer .copyright {
line-height: normal;
margin-left: 24px;
}
@media (max-width: 1199px) {
.footer__left {
margin-bottom: 20px;
}
}