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' %}