Andrei | fix поправил футер на странице каталога (удалил лишние стили + перенес необходимые стили из fron-page.css в модуль)
parent
a4f88d789c
commit
fb9a459246
@ -1,4 +1,34 @@ |
||||
/* Стили для планшетов */ |
||||
@media only screen and (max-width: 992px) { |
||||
@media (min-width: 769px) and (max-width: 1200px) { |
||||
.footer__wrapper { |
||||
width: 100%!important; |
||||
display: flex; |
||||
flex-direction: column; |
||||
} |
||||
.footer-bottom { |
||||
flex-direction: column; |
||||
} |
||||
.footer-content__wrap { |
||||
flex-direction: column; |
||||
} |
||||
.footer-content__wrap { |
||||
display: flex; |
||||
align-items: flex-start; |
||||
justify-content: space-between; |
||||
gap: 20px; |
||||
width: 100%; |
||||
} |
||||
} |
||||
|
||||
|
||||
@media(max-width:768px){ |
||||
.footer-top { |
||||
flex-direction: column; |
||||
} |
||||
.footer-bottom { |
||||
flex-direction: column; |
||||
} |
||||
.footer-content__wrap { |
||||
flex-direction: column; |
||||
} |
||||
} |
Loading…
Reference in new issue