Task:6985 | Правки слайдера главного экрана

pull/36/head
parent 604248157b
commit 746a0eb02e
  1. 5
      wp-content/themes/cosmopet/static/css/front-page.css

@ -2082,8 +2082,9 @@ width: 330px;
.home { .home {
overflow: hidden; overflow: hidden;
height: 100vh; height: 100vh;
display: flex;
justify-content: center; justify-content: center;
align-items: flex-start; /* align-items: center; */
} }
@ -3568,7 +3569,7 @@ color: #f4f1f0;
} }
.home { .home {
overflow: hidden; overflow: hidden;
height: 85vh; height: 100vh;
} }
.reviews_item .swiper-fade .swiper-slide { .reviews_item .swiper-fade .swiper-slide {
width:100%!important; width:100%!important;

Loading…
Cancel
Save