From 86558027c2eb26cee80390a6b600682173abd8d8 Mon Sep 17 00:00:00 2001 From: Vitya <9317613+vitya-ne@users.noreply.github.com> Date: Tue, 26 Dec 2023 17:04:02 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D1=8F=D0=B5=D1=82=20=D0=B2=D1=8B=D1=80=D0=B0=D0=B2=D0=BD=D0=B8?= =?UTF-8?q?=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=20=D0=B7=D0=B0=D0=B3=D0=BE=D0=BB?= =?UTF-8?q?=D0=BE=D0=B2=D0=BA=D0=B0=20=D1=84=D0=B8=D0=B4=D0=B1=D1=8D=D0=BA?= =?UTF-8?q?-=D1=84=D0=BE=D1=80=D0=BC=D1=8B=20(#1226)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Поправляет выравнивание заголовка фидбэк-формы 1 * Упрощает исправление Co-authored-by: Alena Batitskaia --------- Co-authored-by: Alena Batitskaia --- src/styles/blocks/feedback-form.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/blocks/feedback-form.css b/src/styles/blocks/feedback-form.css index 16caf964e..3f04eacb2 100644 --- a/src/styles/blocks/feedback-form.css +++ b/src/styles/blocks/feedback-form.css @@ -6,6 +6,7 @@ .feedback-form__title { margin-bottom: 0.4em; + margin-inline: auto; font-family: var(--font-family); letter-spacing: var(--letter-spacing); font-size: var(--font-size-m);