reduce maximum width

This commit is contained in:
Damien Elmes 2020-08-04 17:29:17 +10:00
parent 43c6ec09bd
commit 510d9d0bf5

View file

@ -35,7 +35,7 @@ body {
.graph { .graph {
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
max-width: 80em; max-width: 60em;
page-break-inside: avoid; page-break-inside: avoid;
} }