Reduce content width for reading
This commit is contained in:
parent
047b303202
commit
d0341c5ab9
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
body {
|
body {
|
||||||
/* Overriding so that it doesn't change even when updating the library. */
|
/* Overriding so that it doesn't change even when updating the library. */
|
||||||
max-width: 750px;
|
max-width: 64ch;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1,
|
h1,
|
||||||
|
|
Reference in a new issue