From 96e2acb7c14fd7be986e98c1da49a3202a0ad411 Mon Sep 17 00:00:00 2001 From: maksim Date: Tue, 24 Jun 2025 22:41:18 +0300 Subject: [PATCH] =?UTF-8?q?Task:6939=20|=20=D0=9F=D1=80=D0=B0=D0=B2=D0=BA?= =?UTF-8?q?=D0=B8=20=D0=BF=D0=BB=D0=B0=D0=BD=D1=88=D0=B5=D1=82=D0=BD=D1=8B?= =?UTF-8?q?=D1=85=20=D1=81=D1=82=D0=B8=D0=BB=D0=B5=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/header/assets/css/gp-style-desktop.css | 14 +++++++++++++- wp-content/themes/cosmopet/static/css/forms.css | 5 +++++ .../themes/cosmopet/static/css/front-page.css | 8 ++++++++ 3 files changed, 26 insertions(+), 1 deletion(-) 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){