From e6af7f431cdc5dba1238d9152ee9ab3a724edda9 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Mon, 5 Dec 2022 15:49:59 +0100 Subject: [PATCH] lille-metropole-2022: really fix custom titles rendering (#72045) --- static/lille-metropole-2022/_custom.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/lille-metropole-2022/_custom.scss b/static/lille-metropole-2022/_custom.scss index 328d0a38..81d98641 100644 --- a/static/lille-metropole-2022/_custom.scss +++ b/static/lille-metropole-2022/_custom.scss @@ -263,7 +263,7 @@ div.cell { padding-left: 1rem; &::before { content: ''; - border: 0.2rem solid $primary-color; + border-top: 0.4rem solid $primary-color; display: block; width: 3rem; margin-bottom: 0.75rem; -- 2.39.2