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
Signed by: kuohuanhuan
GPG Key ID: FD846A0A797B0D75
1 changed files with 1 additions and 1 deletions

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;