limit max width of graphs

https://forums.ankiweb.net/t/anki-2-1-28-beta/629/19
This commit is contained in:
Damien Elmes 2020-07-04 13:49:42 +10:00
parent d305a3a2cc
commit 309903b6ba

View File

@ -29,6 +29,7 @@ body {
.graph {
margin-left: auto;
margin-right: auto;
max-width: 80em;
}
.graph h1 {