Support setting an article as "wide"

This commit is contained in:
2021-04-09 05:17:51 +00:00
parent 3e0e0beb0f
commit 21c25413fc
4 changed files with 79 additions and 61 deletions

View File

@@ -135,6 +135,10 @@ pre {
max-width: 36rem;
}
.content-wide {
max-width: none;
}
.content p {
font: 1.2rem/1.5 Apparatus SIL,serif;
}