fixed UI details across layouts

This commit is contained in:
Nuno Coração
2022-10-15 23:14:35 +01:00
parent dd64ebf501
commit 893aa17abc
9 changed files with 29 additions and 18 deletions

View File

@@ -376,4 +376,8 @@ body:has(#menu-controller:checked) {
.article {
flex-wrap: nowrap;
}
}
.max-w-prose {
max-width: 75ch;
}