WebPage: Fix margin for web pages with big picture (#4087)
This commit is contained in:
parent
7af88e4b01
commit
e079ba7a16
@ -32,6 +32,7 @@
|
|||||||
|
|
||||||
.WebPage--content {
|
.WebPage--content {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
margin-inline-start: 0.25rem;
|
||||||
|
|
||||||
&.is-story {
|
&.is-story {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -103,7 +104,6 @@
|
|||||||
|
|
||||||
.WebPage-text {
|
.WebPage-text {
|
||||||
order: 1;
|
order: 1;
|
||||||
margin-inline-start: 0.25rem;
|
|
||||||
padding-inline-end: 1rem;
|
padding-inline-end: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user