[Style] Make both SVGs and images centered

This commit is contained in:
Lucien Cartier-Tilet 2020-12-21 16:05:28 +01:00
parent 5355576443
commit 4cd74fd9b4
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 0 additions and 3 deletions

View File

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