Commit bbb49b13 authored by Pavel Beketov's avatar Pavel Beketov

adaptability: fixing the footer

parent d99a592d
...@@ -284,7 +284,7 @@ ...@@ -284,7 +284,7 @@
height: 27px; height: 27px;
left: auto; left: auto;
top: 280px; top: 280px;
right: calc(((100% - 1140px) / 2) + 4px); right: calc(((100% - 1140px) / 2) + 60px);
padding: 2px; padding: 2px;
} }
...@@ -294,7 +294,7 @@ ...@@ -294,7 +294,7 @@
} }
.u-block-0983-12 { .u-block-0983-12 {
right: calc(((100% - 940px) / 2) + 4px); right: calc(((100% - 940px) / 2) + 50px);
} }
} }
...@@ -304,7 +304,7 @@ ...@@ -304,7 +304,7 @@
} }
.u-block-0983-12 { .u-block-0983-12 {
right: calc(((100% - 720px) / 2) + 3px); right: calc(((100% - 720px) / 2) + 38px);
} }
} }
...@@ -314,7 +314,7 @@ ...@@ -314,7 +314,7 @@
} }
.u-block-0983-12 { .u-block-0983-12 {
right: calc(((100% - 540px) / 2) + 2px); right: calc(((100% - 540px) / 2) + 29px);
} }
} }
...@@ -324,7 +324,7 @@ ...@@ -324,7 +324,7 @@
} }
.u-block-0983-12 { .u-block-0983-12 {
right: calc(((100% - 340px) / 2) + 1px); right: calc(((100% - 340px) / 2) + 18px);
} }
} }
......
...@@ -42186,23 +42186,22 @@ a.u-link.u-text-hover-grey-90:hover { ...@@ -42186,23 +42186,22 @@ a.u-link.u-text-hover-grey-90:hover {
} }
@media (max-width: 575px) { @media (max-width: 575px) {
.u-footer .u-image-1 { .u-footer .u-image-1 {
width: 121px; width: 110px;
height: 34px; height: 31px;
margin-top: 14px; margin-top: 21px;
margin-right: -32px;
} }
.u-footer .u-text-1 { .u-footer .u-text-1 {
width: auto; width: auto;
margin-top: 10px; margin-top: 7px;
} }
.u-footer .u-social-icons-1 { .u-footer .u-social-icons-1 {
height: 23px; height: 23px;
width: 56px; width: 56px;
margin-top: -60px; margin-top: -51px;
margin-bottom: 37px; margin-bottom: 29px;
margin-left: -28px; margin-left: 0;
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment