From 7e5e4b0cb0c13c81921628e7f2807e2977bd40a0 Mon Sep 17 00:00:00 2001 From: maksim Date: Thu, 19 Jun 2025 01:23:04 +0300 Subject: [PATCH] =?UTF-8?q?Task:6813=20|=20=D0=9F=D1=80=D0=B0=D0=B2=D0=BA?= =?UTF-8?q?=D0=B8=20=D0=B2=D0=B5=D1=80=D1=81=D1=82=D0=BA=D0=B8=20=D0=B8=20?= =?UTF-8?q?=D1=81=D1=82=D0=B8=D0=BB=D0=B5=D0=B9=20=D0=BD=D0=B0=20=D1=81?= =?UTF-8?q?=D1=82=D1=80=D0=B0=D0=BD=D0=B8=D1=86=D0=B5=20=D1=81=D1=82=D0=B0?= =?UTF-8?q?=D1=82=D1=8C=D0=B8=20=D0=B2=20=D0=B1=D0=BB=D0=BE=D0=B3=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cosmopet/modules/blog/assets/css/gp-style-desktop.css | 5 +++++ .../cosmopet/modules/blog/assets/css/gp-style-mobile.css | 3 +++ 2 files changed, 8 insertions(+) diff --git a/wp-content/themes/cosmopet/modules/blog/assets/css/gp-style-desktop.css b/wp-content/themes/cosmopet/modules/blog/assets/css/gp-style-desktop.css index d6fb152..9d6ba86 100644 --- a/wp-content/themes/cosmopet/modules/blog/assets/css/gp-style-desktop.css +++ b/wp-content/themes/cosmopet/modules/blog/assets/css/gp-style-desktop.css @@ -2,6 +2,11 @@ main{ padding-top: 72px; } +main .other-home { + background: none!important; + padding-bottom: 68px; +} + .block-lists_text p { font-size: 18px!important; } diff --git a/wp-content/themes/cosmopet/modules/blog/assets/css/gp-style-mobile.css b/wp-content/themes/cosmopet/modules/blog/assets/css/gp-style-mobile.css index efe7200..f00a0c8 100644 --- a/wp-content/themes/cosmopet/modules/blog/assets/css/gp-style-mobile.css +++ b/wp-content/themes/cosmopet/modules/blog/assets/css/gp-style-mobile.css @@ -40,6 +40,9 @@ .anons-theme ul a { font-size: 16px!important; } + main .other-home .container{ + padding: 0px 30px 0px !important; + } } @media(max-width:600px) {