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 a5e823f3ec
commit e46a89ddbe

View file

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