Set max width for "stacked" articles
Prevent content from over flowing display width.
This commit is contained in:
@@ -374,6 +374,7 @@ article > p,
|
||||
.lane.stack > article {
|
||||
border-radius: 0.5rem;
|
||||
border: thin solid var(--background-secondary);
|
||||
max-width: calc(100vw - 12px);
|
||||
}
|
||||
.lane.stack > article > header,
|
||||
.lane.stack > article > h3 {
|
||||
|
Reference in New Issue
Block a user