Merge pull request #152 from reuters-graphics/block-rtl

margin-inline-start for fluid blocks
This commit is contained in:
Jon McClure 2024-04-11 13:13:25 +01:00 committed by GitHub
commit c358399173
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,7 +61,7 @@
&.fluid {
width: calc(100% + 30px);
margin-left: -15px;
margin-inline-start: -15px;
max-width: none;
}