From f2b709e3f9d7ab8b4b70dc7ceb941f54a395483f Mon Sep 17 00:00:00 2001 From: kvakazyambra Date: Thu, 9 Nov 2023 01:06:37 +0300 Subject: [PATCH] Fixed right aligned block position on the article page --- src/components/Article/Article.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Article/Article.module.scss b/src/components/Article/Article.module.scss index 961d3bf7..3a1c9b78 100644 --- a/src/components/Article/Article.module.scss +++ b/src/components/Article/Article.module.scss @@ -201,7 +201,7 @@ img { :global(.img-align-right.width-50) { @include media-breakpoint-up(xl) { - margin-right: -16.6666%; + margin-right: -8.3333%; } }