mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
reduce maximum width
This commit is contained in:
parent
43c6ec09bd
commit
510d9d0bf5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue