diff --git a/assets/css/gp-style-desktop.css b/assets/css/gp-style-desktop.css index 68c70bb..039df7f 100644 --- a/assets/css/gp-style-desktop.css +++ b/assets/css/gp-style-desktop.css @@ -107,7 +107,15 @@ justify-content: space-between; flex-wrap: wrap; } - +.footer__contact{ + display: flex; +} +.footer__contact .footer__item{ + margin-left: 58px; +} +.footer__contact .footer__item:first-child{ + margin-left: 0px; +} .footer-menu__item{ margin-left: 40px; } @@ -143,6 +151,42 @@ /* Стили для лептопов */ -/* @media only screen and (min-width: 992px) and (max-width: 1400px) { +@media only screen and (min-width: 992px) and (max-width: 1400px) { +.wrapper{ + width: 100%; + + padding: 20px; +} + +/* header */ +.header__wrapper{ + flex-wrap: wrap; + +} +.header__main{ + margin-top: 10px; + + width: 100%; + + justify-content: center; +} +/* header */ + +/* footer */ +.footer__wrapper{ + justify-content: start; +} +.footer__item{ + margin-left: 58px; +} +.footer__contact{ + margin-top: 30px; -} */ \ No newline at end of file + width: 100%; + justify-content: space-between; +} +.footer__about{ + margin-left: 0; +} +/* footer */ +} \ No newline at end of file diff --git a/assets/css/gp-style-mobile.css b/assets/css/gp-style-mobile.css index c92bf7f..4bb2cd0 100644 --- a/assets/css/gp-style-mobile.css +++ b/assets/css/gp-style-mobile.css @@ -178,6 +178,12 @@ .footer__item{ margin-top: 40px; } +.footer__contact{ + display: block; +} +.footer__contact .footer__item{ + margin-left: 0; +} .footer-menu__item{ margin-left: 53px; } diff --git a/index.html b/index.html index 5eedfc0..cc7260d 100644 --- a/index.html +++ b/index.html @@ -207,42 +207,44 @@ - - -