From b9a13efc1045ec3c71e27fd7da4fb0f17ab27fd9 Mon Sep 17 00:00:00 2001 From: Claas Kazzer <kazzer@uni-leipzig.de> Date: Thu, 24 Jun 2021 11:25:48 +0200 Subject: [PATCH] refs #20144 [finc: BARF] * fixes h3 on My Accout Sidebar on XS --- themes/finc/scss/compiled.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/themes/finc/scss/compiled.scss b/themes/finc/scss/compiled.scss index aff100fad7a..a7fbd375f82 100644 --- a/themes/finc/scss/compiled.scss +++ b/themes/finc/scss/compiled.scss @@ -191,6 +191,13 @@ h2 { //// h3 h3 { font-size: 1.5rem; + + // H3 in MyAccount needs to be pushed in + #myresearch-sidebar & { + @media screen and (max-width: $screen-xs-max) { + padding-left: $half-gutter; + } + } } //// h4 -- GitLab