From 7e445ee200a1a99cbda6ea28fc4fa91aa99633b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Wed, 6 Oct 2021 19:55:06 +0200 Subject: [PATCH] theme: fix margins for images #92 --- static/css/theme.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/css/theme.css b/static/css/theme.css index 09b8de48cc..c64a70ec1e 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -283,8 +283,7 @@ textarea:hover, input[type="email"]:hover, input[type="number"]:hover, input[typ min-height: 100%; } #body img, #body .video-container { - margin-left: auto; - margin-right: auto; + margin: 1.5rem auto; display: block; text-align: center; }