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

pull/36/head
parent 0b290a02e7
commit 96e2acb7c1
  1. 14
      wp-content/themes/cosmopet/modules/header/assets/css/gp-style-desktop.css
  2. 5
      wp-content/themes/cosmopet/static/css/forms.css
  3. 8
      wp-content/themes/cosmopet/static/css/front-page.css

@ -713,7 +713,7 @@ width: 0px;
display: block; display: block;
} }
.header__menu-block{ .header__menu-block{
top: 36px; top: 55px;
} }
.header__content::after{ .header__content::after{
left: 0; left: 0;
@ -764,3 +764,15 @@ width: 0px;
#telegram-widget-container { #telegram-widget-container {
text-align: center; text-align: center;
} }
@media (min-width: 769px) and (max-width: 1200px) {
.header-phone-menu__list-item a {
font-size: 22px;
}
.header-phone-menu__category {
font-size: 26px;
}
.header-phone-menu__title {
font-size: 30px;
}
}

@ -385,6 +385,11 @@
width: 400px; width: 400px;
} }
} }
@media (min-width: 769px) and (max-width: 1200px) {
.discount_top .discount_top-imgs .dicount_dog-img {
width: 100%;
}
}
@media only screen and (max-width: 776px){ @media only screen and (max-width: 776px){

@ -3554,6 +3554,14 @@ color: #f4f1f0;
top: 20px; top: 20px;
right: -10px; right: -10px;
} }
.reviews .reviews_person {
position: absolute;
right: -20px;
top: -20%;
}
.discount_top .discount_top-imgs .dicount_dog-img {
width: 100%;
}
} }
@media(max-width:768px){ @media(max-width:768px){

Loading…
Cancel
Save