Set max width for "stacked" articles

Prevent content from over flowing display width.
This commit is contained in:
2025-10-17 23:17:18 -04:00
parent 4ff0738531
commit 82563d0a48

View File

@@ -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 {