From e1e7a5e718699b102f695ce7d1e3e8dc8b42a811 Mon Sep 17 00:00:00 2001 From: maksim Date: Thu, 26 Jun 2025 13:20:12 +0300 Subject: [PATCH] =?UTF-8?q?Task:6987=20|=20=D0=9F=D1=80=D0=B0=D0=B2=D0=BA?= =?UTF-8?q?=D0=B8=20=D0=BA=D0=BE=D0=BD=D1=82=D0=B5=D0=BD=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../themes/cosmopet/static/css/policy-page.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/wp-content/themes/cosmopet/static/css/policy-page.css b/wp-content/themes/cosmopet/static/css/policy-page.css index 89fd811..90a10cc 100644 --- a/wp-content/themes/cosmopet/static/css/policy-page.css +++ b/wp-content/themes/cosmopet/static/css/policy-page.css @@ -35,4 +35,18 @@ li { margin-bottom: 10px; list-style-type: disc; margin-left: 25px; +} + +@media(max-width:990px) { + main { + padding-top: 30px !important; + } + h1 { + font-family: "Craftwork Grotesk"; + font-size: 24px; + font-weight: 700; + line-height: 28px; + text-transform: uppercase; + margin-bottom: 40px; + } } \ No newline at end of file