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…
Reference in New Issue