Commit 567c7ff2 authored by Pavel Beketov's avatar Pavel Beketov

added adaptability for laptops, tablets and smartphones

parent 54ce515c
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
File mode changed from 100644 to 100755
......@@ -41992,9 +41992,9 @@ a.u-link.u-text-hover-grey-90:hover {
.u-header .u-social-icons-1 {
white-space: nowrap;
height: 31px;
height: 24px;
min-height: 16px;
width: 72px;
width: 59px;
min-width: 42px;
--animation-custom_in-translate_x: 0px;
--animation-custom_in-translate_y: 0px;
......@@ -42002,7 +42002,7 @@ a.u-link.u-text-hover-grey-90:hover {
--animation-custom_in-rotate: 0deg;
--animation-custom_in-scale: 1;
animation-timing-function: ease-in-out;
margin: 26px 10px 0 auto;
margin: 34px 15px 0 auto;
}
.u-header .u-icon-1 {
......@@ -42015,14 +42015,14 @@ a.u-link.u-text-hover-grey-90:hover {
.u-header .u-image-1 {
width: 63px;
height: 63px;
height: 62px;
filter: brightness(0.85);
--animation-custom_in-translate_x: 0px;
--animation-custom_in-translate_y: 0px;
--animation-custom_in-opacity: 0;
--animation-custom_in-rotate: 0deg;
--animation-custom_in-scale: 1;
margin: -47px auto 0 0;
margin: -43px auto 0 0;
}
.u-header .u-logo-image-1 {
......@@ -42036,36 +42036,88 @@ a.u-link.u-text-hover-grey-90:hover {
--animation-custom_in-opacity: 0;
--animation-custom_in-rotate: 0deg;
--animation-custom_in-scale: 1;
margin: -40px auto 33px 73px;
margin: -45px 940px 33px 78px;
}
@media (max-width: 1199px) {
.u-header .u-sheet-1 {
min-height: 98px;
}
.u-header .u-social-icons-1 {
margin-top: 37px;
margin-right: 14px;
}
.u-header .u-image-1 {
margin-top: -23px;
height: 61px;
margin-top: -43px;
}
.u-header .u-text-1 {
margin-top: -41px;
width: auto;
margin: -43px 732px 35px 77px;
}
}
@media (max-width: 991px) {
.u-header .u-sheet-1 {
min-height: 111px;
}
.u-header .u-social-icons-1 {
margin-top: 43px;
margin-right: 0;
}
.u-header .u-image-1 {
width: 61px;
margin-top: -43px;
}
.u-header .u-text-1 {
margin: -43px 514px 42px 70px;
}
}
@media (max-width: 767px) {
.u-header .u-sheet-1 {
min-height: 70px;
}
.u-header .u-social-icons-1 {
margin-top: 37px;
margin-right: auto;
height: 20px;
width: 50px;
margin-top: 22px;
margin-right: 12px;
}
.u-header .u-image-1 {
margin-top: -61px;
margin-left: auto;
width: 60px;
height: 60px;
margin-top: -38px;
margin-left: 12px;
}
.u-header .u-text-1 {
margin-bottom: 53px;
margin: -42px 349px 23px 77px;
}
}
@media (max-width: 575px) {
.u-header .u-sheet-1 {
min-height: 113px;
}
.u-header .u-social-icons-1 {
width: 50px;
margin-top: -115px;
}
.u-header .u-image-1 {
margin-top: -61px;
margin-top: 14px;
margin-left: auto;
}
.u-header .u-text-1 {
width: 113px;
margin: 0 auto 14px;
}
}
.u-footer {
......@@ -42112,9 +42164,47 @@ a.u-link.u-text-hover-grey-90:hover {
margin-top: -14px;
}
}
@media (max-width: 991px) {
.u-footer .u-image-1 {
width: 177px;
height: 41px;
margin-top: 20px;
}
.u-footer .u-text-1 {
margin-top: -7px;
}
}
@media (max-width: 767px) {
.u-footer .u-image-1 {
width: 177px;
}
.u-footer .u-text-1 {
margin-top: -7px;
}
}
@media (max-width: 575px) {
.u-footer .u-image-1 {
width: 121px;
height: 34px;
margin-top: 14px;
margin-right: -32px;
}
.u-footer .u-text-1 {
width: auto;
margin-top: 10px;
}
.u-footer .u-social-icons-1 {
height: 23px;
width: 56px;
margin-top: -60px;
margin-bottom: 37px;
margin-left: -28px;
}
}
/*begin-variables base-font-size*/
html { font-size: 16px; }
File mode changed from 100644 to 100755
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