From 1c2dedb195a5c321f9f0f6169bd12054744fcd26 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 20 Jun 2025 19:30:03 +0300 Subject: [PATCH] =?UTF-8?q?Task:6815=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=20WTB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../themes/cosmopet/static/css/wtb-page.css | 55 ++++++++++++++++++- .../themes/cosmopet/templates/_pages/wtb.twig | 2 +- .../themes/cosmopet/templates/header.twig | 2 +- 3 files changed, 56 insertions(+), 3 deletions(-) diff --git a/wp-content/themes/cosmopet/static/css/wtb-page.css b/wp-content/themes/cosmopet/static/css/wtb-page.css index 1357718..9c570f2 100644 --- a/wp-content/themes/cosmopet/static/css/wtb-page.css +++ b/wp-content/themes/cosmopet/static/css/wtb-page.css @@ -144,4 +144,57 @@ background: var(--main_white); color: var(--main_black); } -/* Sell form end */ \ No newline at end of file +/* Sell form end */ +.wrapper-wtb { + margin: 0 auto; + max-width: 1600px; +} +.container { + max-width: 1222px; +} +.find-us ul { + display: grid; + grid-template-columns: repeat(3, minmax(0, 1fr)); + gap: 36px; +} +.find-us h3 { + font-size: 18px; + font-weight: bold; + line-height: 28px; + color: #fff; + margin-bottom: 8px; + text-transform: uppercase; +} +.find-us p { + font-size: 18px; + font-weight: 500; + line-height: 32px; +} +@media only screen and (max-width: 1600px) { + .wrapper-wtb { + max-width: 1280px!important; + } +} + +@media only screen and (max-width: 992px) { + .where-home h1 { + font-size: 32px; + line-height: 38px; + margin-bottom: 15px; + } + .where-home { + padding: 0px 0 36px; + } + .where-home p { + font-size: 20px; + line-height: 24px; + } + .find-us ul { + display: grid; + grid-template-columns: repeat(1, minmax(0, 1fr)); + gap: 36px; + } + .sell-form__container { + padding: 36px 16px; + } +} diff --git a/wp-content/themes/cosmopet/templates/_pages/wtb.twig b/wp-content/themes/cosmopet/templates/_pages/wtb.twig index 06119f0..bbd01af 100644 --- a/wp-content/themes/cosmopet/templates/_pages/wtb.twig +++ b/wp-content/themes/cosmopet/templates/_pages/wtb.twig @@ -4,7 +4,7 @@ {% block content %}
-
+
diff --git a/wp-content/themes/cosmopet/templates/header.twig b/wp-content/themes/cosmopet/templates/header.twig index ae3e5a6..759e912 100644 --- a/wp-content/themes/cosmopet/templates/header.twig +++ b/wp-content/themes/cosmopet/templates/header.twig @@ -222,7 +222,7 @@ {% if site_region == 'ae' %}