fixed footer bug

This commit is contained in:
andmironov 2017-03-23 17:05:20 +02:00
parent 71f95b3d58
commit d1bbfb236c
3 changed files with 12 additions and 5 deletions

View File

@ -895,7 +895,7 @@ li.social-link a {
.container-wrap {
z-index: 2;
margin-bottom: 420px;
margin-bottom: 480px;
background-color: #eef2f5;
box-shadow: 0 0 30px 0 rgba(54, 69, 79, 0.86); }
@ -2342,9 +2342,11 @@ input.email-form__input--email:disabled {
@media (max-width: 1140px) {
.footer-inner {
width: 728px;
width: 820px;
-ms-flex-pack: distribute;
justify-content: space-around; } }
justify-content: space-around; }
.footer-logo-wrap {
width: 200px; } }
@media (max-width: 767px) {
.footer {

View File

@ -141,10 +141,14 @@
@media (max-width: 1140px) {
.footer-inner {
width: 728px;
width: 820px;
justify-content: space-around;
}
.footer-logo-wrap {
width: 200px;
}
}
@media (max-width: 767px) {

View File

@ -1,8 +1,9 @@
.container-wrap {
z-index: 2;
margin-bottom: 420px;
margin-bottom: 480px;
background-color: $colorBg;
box-shadow: 0 0 30px 0 rgba(54,69,79,0.86);
}
.container {