From cac5d480829646e0357aa90ccb8b4d6acd43951b Mon Sep 17 00:00:00 2001 From: ren4 Date: Mon, 15 Jul 2024 05:12:19 +0300 Subject: [PATCH] fix: fix the help-preview logo margin --- src/blocks/modules/help-preview/help-preview.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blocks/modules/help-preview/help-preview.scss b/src/blocks/modules/help-preview/help-preview.scss index 6cbd8ab..c67cc52 100644 --- a/src/blocks/modules/help-preview/help-preview.scss +++ b/src/blocks/modules/help-preview/help-preview.scss @@ -13,7 +13,7 @@ } .help-preview__logo { - margin-bottom: 32px; + margin-bottom: 45px; }