diff --git a/dev/styles/main/footer/footer.less b/dev/styles/main/footer/footer.less index 04dff97..e73a4cb 100644 --- a/dev/styles/main/footer/footer.less +++ b/dev/styles/main/footer/footer.less @@ -56,6 +56,7 @@ // ================================= .footer__quick-links{ } + .footer__quick-links .ce-menu{ list-style: none; margin: 0; @@ -77,6 +78,15 @@ color: @footer-link-hover-color; } +@media (max-width: 460px) { + .footer__quick-links{ + text-align: center; + } + .footer__quick-links h4 { + border: none; + } +} + // ----------------------------------------------------------------------------- // ----------------------------------------------------------------------------- @@ -96,35 +106,18 @@ // ================================= // === Footer Social-icons========== // ================================= -.footer__social-icons .social-icons { - padding: 0; - text-align: right; +@media (min-width: 992px) { + .footer__social-icons .social-icons { + padding: 0; + text-align: right; + } + } // ----------------------------------------------------------------------------- // ----------------------------------------------------------------------------- -// ================================= -// === Footer Map ================== -// ================================= -// .footer__map{ -// } -// .footer__map-icon{ -// font-size: 32px; -// line-height: 1; -// color: @main-color; -// background: darken(@footer-background, 5%); -// margin-left: 20px; -// width: 60px; -// height: 60px; -// border-radius: 30px; -// display: block; -// line-height: 60px; -// text-align: center; -// } - - // ================================= // === Footer Bottom =============== // ================================= @@ -143,9 +136,7 @@ padding-top: 12px; border-top: 1px solid lighten(@footer-background, 20%); } -// .footer__bottom-copyright > p{ -// color: darken(@footer-color, 25%); -// } + .footer__bottom-nav .ce-menu{ padding: 0; text-align: center; @@ -182,5 +173,22 @@ } } + +@media (max-width: 991px) { + .footer__logo-contacts { + text-align: center; + } + .footer__logo-contacts .ce-textpic .ce-gallery{ + float: none; + + } + + .footer__logo-contacts .ce-gallery .ce-column { + float: none; + } + .footer__logo-contacts .ce-gallery .ce-column img { + margin: 0 auto; + } +} // ----------------------------------------------------------------------------- // ----------------------------------------------------------------------------- diff --git a/dev/templates/parts/footer/footer.hbs b/dev/templates/parts/footer/footer.hbs index b2187ce..6ef208a 100644 --- a/dev/templates/parts/footer/footer.hbs +++ b/dev/templates/parts/footer/footer.hbs @@ -1,40 +1,9 @@