From 719bdb49d9a2f0cb357e3ba16332d32c27f9afa0 Mon Sep 17 00:00:00 2001 From: Valentin Deniaud Date: Thu, 30 Jun 2022 13:41:08 +0200 Subject: [PATCH] bethune-bruay: support longer titles (#66815) --- static/bethune-bruay/_custom.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/bethune-bruay/_custom.scss b/static/bethune-bruay/_custom.scss index df52c98f..cc025537 100644 --- a/static/bethune-bruay/_custom.scss +++ b/static/bethune-bruay/_custom.scss @@ -14,7 +14,7 @@ div#header-wrapper { background-size: contain; height: 60px; width: 100%; - text-indent: -1000px; + text-indent: -2000px; overflow: hidden; @media screen and ($max-mobile-viewport) { background-position: left; -- 2.30.2