fix(prose): switch to a flexible max-width value

This commit is contained in:
2023-02-28 22:40:50 +08:00
parent 6fbb266d10
commit de50484e3b
+1 -1
View File
@@ -1,6 +1,6 @@
.markdown-body,
.prose {
max-width: 65ch;
max-width: fit-content;
font-size: 1rem;
color: var(--xm-c-general);
line-height: 1.75;