From 535557644391eebe100d02c2a2e74e3b3c12cb09 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Mon, 7 Dec 2020 16:03:33 +0100 Subject: [PATCH] Handle SVGs like images --- web/style/style.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/web/style/style.scss b/web/style/style.scss index 53b1d53..85741e8 100644 --- a/web/style/style.scss +++ b/web/style/style.scss @@ -329,11 +329,16 @@ th, td { padding: 10px; } -img { +img, svg { max-height: 600px; max-width: 100%; } +svg { + display: block; + margin: 0 auto; +} + header > img { width: 150px; height: 150px;