mirror of
https://github.com/kuohuanhuan/x-markdown-css.git
synced 2024-11-25 06:18:19 +00:00
fix(prose): switch to a flexible max-width
value
This commit is contained in:
parent
6fbb266d10
commit
de50484e3b
@ -1,6 +1,6 @@
|
|||||||
.markdown-body,
|
.markdown-body,
|
||||||
.prose {
|
.prose {
|
||||||
max-width: 65ch;
|
max-width: fit-content;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: var(--xm-c-general);
|
color: var(--xm-c-general);
|
||||||
line-height: 1.75;
|
line-height: 1.75;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user