From 4cd74fd9b44249b3d802593eec25ebcaca8f37d6 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Mon, 21 Dec 2020 16:05:28 +0100 Subject: [PATCH] [Style] Make both SVGs and images centered --- web/style/style.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/web/style/style.scss b/web/style/style.scss index 85741e8..7c88e6c 100644 --- a/web/style/style.scss +++ b/web/style/style.scss @@ -332,9 +332,6 @@ th, td { img, svg { max-height: 600px; max-width: 100%; -} - -svg { display: block; margin: 0 auto; }