make feed section stretch itself to the entire page width

This commit is contained in:
りき萌 2025-09-01 21:13:39 +02:00
parent e12fae199c
commit 87e3264242

View file

@ -185,6 +185,7 @@ main.doc {
}
& section.feed {
width: 100%;
max-width: var(--doc-text-width);
flex-grow: 1;