[Style] Make both SVGs and images centered

This commit is contained in:
2020-12-21 16:05:28 +01:00
parent 5355576443
commit 4cd74fd9b4

View File

@@ -332,9 +332,6 @@ th, td {
img, svg {
max-height: 600px;
max-width: 100%;
}
svg {
display: block;
margin: 0 auto;
}