Task:6939 | Правки планшетных стилей 2

pull/36/head
parent 96e2acb7c1
commit 5a5752f118
  1. 8
      wp-content/themes/cosmopet/modules/footer/assets/css/gp-style-desktop.css

@ -300,6 +300,14 @@
text-align: center;
}
@media (min-width: 769px) and (max-width: 1200px) {
.footer_ae .footer__wrapper {
width: 100% !important;
display: flex;
flex-direction: row;
}
}
@media screen and (max-width: 768px) {
.footer_ae .footer__wrapper {
width: 100%;

Loading…
Cancel
Save