Fix issue with SVG graphs taking up too much space
This commit is contained in:
parent
96218b1aa6
commit
0ccaa9d08d
1 changed files with 6 additions and 0 deletions
|
@ -121,3 +121,9 @@ p + p { margin: 1rem 0; }
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.figure svg {
|
||||||
|
max-width: 100%;
|
||||||
|
display: block;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue