From 63184c1a8e65c35d6c85fedc177fa499c83e61cd Mon Sep 17 00:00:00 2001 From: maksim Date: Thu, 19 Jun 2025 01:03:32 +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=D1=81=D1=82=D0=B8=D0=BB=D0=B5=D0=B9=20=D0=B8=20=D0=B2?= =?UTF-8?q?=D0=B5=D1=80=D1=81=D1=82=D0=BA=D0=B8=20=D0=B0=D1=80=D1=85=D0=B8?= =?UTF-8?q?=D0=B2=D0=B0=20=D0=B1=D0=BB=D0=BE=D0=B3=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../blog/assets/css/gp-style-mobile.css | 44 +++++++++++++++++++ .../footer/assets/css/gp-style-desktop.css | 8 ++-- .../layout/assets/css/gp-style-core.css | 14 ++---- .../cosmopet/templates/blog/blog-archive.twig | 2 +- 4 files changed, 52 insertions(+), 16 deletions(-) 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 05bb28b..efe7200 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 @@ -1,3 +1,47 @@ +@media(max-width:768px) { + body { + background: radial-gradient(261.43% 263.03% at 124% -28.000000000000004%, rgb(15, 88, 129), rgb(30, 164, 156) 36.979%, rgb(118, 206, 117) 66.667%, rgb(236, 243, 159) 91.146%); + font-family: var(--font-craftwork); + font-weight: 500; + } + main { + padding-top: 55px!important; + } + main .home-blog { + background: none!important; + } + main .home-blog .container { + padding: 0px 30px 36px !important; + } + .home-title { + font-size: 32px!important; + padding-top: 15px!important; + } + .home-description { + font-weight: bold; + font-size: 20px!important; + line-height: 24px!important; + margin-bottom: 36px!important; + } + .anons-best__card-wrap { + display: grid; + grid-template-columns: repeat(1, minmax(0, 1fr))!important; + gap: 24px; + } + .anons-article__card-wrap { + display: grid; + grid-template-columns: repeat(1, minmax(0, 1fr))!important; + gap: 10px 25px!important; + } + .author h2 { + font-size: 26px!important; + line-height: 30px!important; + } + .anons-theme ul a { + font-size: 16px!important; + } +} + @media(max-width:600px) { .article-content h2 { max-width: 661px; diff --git a/wp-content/themes/cosmopet/modules/footer/assets/css/gp-style-desktop.css b/wp-content/themes/cosmopet/modules/footer/assets/css/gp-style-desktop.css index 194fdf6..c791931 100644 --- a/wp-content/themes/cosmopet/modules/footer/assets/css/gp-style-desktop.css +++ b/wp-content/themes/cosmopet/modules/footer/assets/css/gp-style-desktop.css @@ -99,13 +99,13 @@ .footer-contact { width: 364px; - flex-shrink: 0; - background: var(--accent-1); - border-radius: 24px; - padding: 24px; + padding: 24px 24px 43px; display: flex; flex-direction: column; + flex-shrink: 0; gap: 16px; + border-radius: 24px; + background: radial-gradient(346.57% 244.17% at 149.73% -58.39%, rgb(117, 196, 240) 0%, rgb(126, 231, 225) 51.21689438819885%, rgb(181, 228, 180) 80.70731163024902% 80.7073%, rgb(237, 244, 164) 91.14583134651184%) !important; } .footer-contact__title { diff --git a/wp-content/themes/cosmopet/modules/layout/assets/css/gp-style-core.css b/wp-content/themes/cosmopet/modules/layout/assets/css/gp-style-core.css index 610269b..8f10cf6 100644 --- a/wp-content/themes/cosmopet/modules/layout/assets/css/gp-style-core.css +++ b/wp-content/themes/cosmopet/modules/layout/assets/css/gp-style-core.css @@ -2197,17 +2197,6 @@ textarea{ background: radial-gradient(250% 285% at 120% -27.98%, #0F5881 0%, #1EA49C 36.98%, #76CE75 66.67%, #ECF39F 91.15%)!important; } -.footer-contact { - width: 100%; - padding: 24px 24px 43px; - display: flex; - flex-direction: column; - border-radius: 24px; - background: radial-gradient(346.57% 244.17% at 149.73% -58.39%, rgb(117, 196, 240) 0%, rgb(126, 231, 225) 51.21689438819885%, rgb(181, 228, 180) 80.70731163024902% -80.7073% -, rgb(237, 244, 164) 91.14583134651184%)!important; -} - .footer-contact__submit { width: 100%; text-align: center; @@ -2219,6 +2208,9 @@ textarea{ line-height: 24px; color: var(--main_white); } +.footer-content span { + display: none !important; +} @media only screen and (max-width: 1600px) { .wrapper { diff --git a/wp-content/themes/cosmopet/templates/blog/blog-archive.twig b/wp-content/themes/cosmopet/templates/blog/blog-archive.twig index f36babb..ffcf35e 100644 --- a/wp-content/themes/cosmopet/templates/blog/blog-archive.twig +++ b/wp-content/themes/cosmopet/templates/blog/blog-archive.twig @@ -4,7 +4,7 @@ {% block content %} -
+

{{blog_title}}

{{blog_desc}}