From 95fc315ef01af36ffc16df247afbf9aa1029f5b6 Mon Sep 17 00:00:00 2001 From: Valentin Date: Fri, 11 Oct 2024 16:38:09 +0200 Subject: [PATCH] =?UTF-8?q?ATTENTION=20A=20RELOAD=20LES=20CONFIGS=20DRUPAL?= =?UTF-8?q?=20(dans=20le=20commit=20pr=C3=A9c=C3=A9dent=20j'ai=20juste=20m?= =?UTF-8?q?odif=20comment=20on=20passe=20le=20nid=20de=20la=20liste=20des?= =?UTF-8?q?=20=C3=A9tapes)=20+=20centrage=20du=20titre=20de=20l'=C3=A9tape?= =?UTF-8?q?=20dans=20la=20popup=20sur=20carte?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/themes/custom/caravane/assets/scss/main.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/themes/custom/caravane/assets/scss/main.scss b/web/themes/custom/caravane/assets/scss/main.scss index 81c910d..142bbab 100644 --- a/web/themes/custom/caravane/assets/scss/main.scss +++ b/web/themes/custom/caravane/assets/scss/main.scss @@ -347,10 +347,11 @@ body{ padding-right: 20px; text-wrap: wrap; > a { + display: inline-block; + text-align: center; font-weight: bold; text-decoration: none; color: $main-color; - padding-right: 5px; > span { font-weight: lighter; }