Fixed right aligned block position on the article page

This commit is contained in:
kvakazyambra 2023-11-09 01:06:37 +03:00
parent b850bb4178
commit f2b709e3f9

View File

@ -201,7 +201,7 @@ img {
:global(.img-align-right.width-50) { :global(.img-align-right.width-50) {
@include media-breakpoint-up(xl) { @include media-breakpoint-up(xl) {
margin-right: -16.6666%; margin-right: -8.3333%;
} }
} }