From 463a16c925b5af7076c308f3361cf854bf60c3b9 Mon Sep 17 00:00:00 2001 From: chankalan Date: Wed, 7 Oct 2020 19:56:42 +0200 Subject: [PATCH] =?UTF-8?q?fix=20articles=20import=C3=A9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- squelettes/scss/styles/_perso.scss | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/squelettes/scss/styles/_perso.scss b/squelettes/scss/styles/_perso.scss index 3bd825b..d976f85 100644 --- a/squelettes/scss/styles/_perso.scss +++ b/squelettes/scss/styles/_perso.scss @@ -246,14 +246,14 @@ $couleurSaturateLight : lighten($couleurSaturate, 10%); content:'Média d’origine'; display:block; @extend .h2; - } - dt { - clear:both; - float:left; - margin-right:$spacer/2; - } - dd { - margin:0; + dt { + clear:both; + float:left; + margin-right:$spacer/2; + } + dd { + margin:0; + } } } } @@ -267,7 +267,7 @@ $couleurSaturateLight : lighten($couleurSaturate, 10%); } } } -.article__transcription_origine, .avertissement, .strong_to_dl { +.article__transcription_origine, .avertissement, .import .main .strong_to_dl:first-of-type { /* width:100%; */ margin:($spacer*2) -($spacer*2) 0; padding:$spacer ($spacer*2);