diff --git a/wp-content/themes/cosmopet/modules/header/assets/css/gp-style-desktop.css b/wp-content/themes/cosmopet/modules/header/assets/css/gp-style-desktop.css index 38f010b..d0efb6e 100644 --- a/wp-content/themes/cosmopet/modules/header/assets/css/gp-style-desktop.css +++ b/wp-content/themes/cosmopet/modules/header/assets/css/gp-style-desktop.css @@ -713,7 +713,7 @@ width: 0px; display: block; } .header__menu-block{ - top: 36px; + top: 55px; } .header__content::after{ left: 0; @@ -764,3 +764,15 @@ width: 0px; #telegram-widget-container { 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; + } +} \ No newline at end of file diff --git a/wp-content/themes/cosmopet/static/css/forms.css b/wp-content/themes/cosmopet/static/css/forms.css index 74e6ff7..17ad145 100644 --- a/wp-content/themes/cosmopet/static/css/forms.css +++ b/wp-content/themes/cosmopet/static/css/forms.css @@ -385,6 +385,11 @@ 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){ diff --git a/wp-content/themes/cosmopet/static/css/front-page.css b/wp-content/themes/cosmopet/static/css/front-page.css index 1b07ce7..c38b358 100644 --- a/wp-content/themes/cosmopet/static/css/front-page.css +++ b/wp-content/themes/cosmopet/static/css/front-page.css @@ -3554,6 +3554,14 @@ color: #f4f1f0; top: 20px; 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){