From 6ed0849638f964726953e291633e4c8795b52df4 Mon Sep 17 00:00:00 2001 From: Liliana Sanfilippo <lsanfilippo@techfak.uni-bielefeld.de> Date: Thu, 21 Nov 2024 17:56:41 +0100 Subject: [PATCH] =?UTF-8?q?h6=20einr=C3=BCckung?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App/App.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/App/App.css b/src/App/App.css index 12907f07..43e1ac1b 100644 --- a/src/App/App.css +++ b/src/App/App.css @@ -135,10 +135,10 @@ sup a{ padding-right: var(--simple-padding) !important; } -h6 { +/* h6 { padding-left: var(--small-padding) !important; padding-right: var(--small-padding) !important; -} +} */ .col{ max-width: 100% !important; } @@ -1454,6 +1454,7 @@ html[dir=rtl] .hint-container.danger .hint-container-title:before { max-width: 66% !important; transition: all 1s ease; border: 5px solid var(--text-primary); + margin: auto; } .lnp:hover > img{ display: block; -- GitLab