WebPage: Fix margin for web pages with big picture (#4087)

This commit is contained in:
Alexander Zinchuk 2023-12-12 12:34:27 +01:00
parent 7af88e4b01
commit e079ba7a16

View File

@ -32,6 +32,7 @@
.WebPage--content {
position: relative;
margin-inline-start: 0.25rem;
&.is-story {
display: flex;
@ -103,7 +104,6 @@
.WebPage-text {
order: 1;
margin-inline-start: 0.25rem;
padding-inline-end: 1rem;
}