This commit is contained in:
2025-08-22 19:51:15 -05:00
parent 00a0f64be4
commit 314b533698
4 changed files with 18 additions and 21 deletions

View File

@@ -293,14 +293,9 @@ body {
color: var(--text-0);
overflow-wrap: break-word;
margin: 0;
display: flex;
flex-direction: column;
align-items: center;
gap: var(--page-margin);
}
.body-module {
width: 100%; /* without, it collapses inside flexbox for some reason TODO: figure out why */
}
.body-module--marginless {