- commit
- 3c3f86d
- parent
- 56ac75e
- author
- Cotton Hou
- date
- 2024-03-16 20:26:59 +0000 UTC
feat(prose): CSS var --body-max-width (#102)
1 files changed,
+1,
-1
+1,
-1
1@@ -1,5 +1,5 @@
2 body {
3- max-width: 720px;
4+ max-width: var(--body-max-width, 720px);
5 }
6
7 table {