Fix issue with SVG graphs taking up too much space

This commit is contained in:
Tom Willemse 2023-08-27 23:23:13 -07:00
parent 96218b1aa6
commit 0ccaa9d08d

View file

@ -121,3 +121,9 @@ p + p { margin: 1rem 0; }
margin-right: 5px;
}
}
.figure svg {
max-width: 100%;
display: block;
margin: 0 auto;
}