From 2d39dd96c31fb2491c086f03fb80a34c53de66ed Mon Sep 17 00:00:00 2001 From: chankalan Date: Sun, 3 Oct 2021 18:14:10 +0200 Subject: [PATCH] =?UTF-8?q?page=20=C3=A9mission=20:=20la=20derni=C3=A8re?= =?UTF-8?q?=20=C3=A9mission=20dans=20le=20blanc=20du=20texte=20de=20rubriq?= =?UTF-8?q?ue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- squelettes/scss/styles/_perso.scss | 40 +++++++++++++++++------------- 1 file changed, 23 insertions(+), 17 deletions(-) diff --git a/squelettes/scss/styles/_perso.scss b/squelettes/scss/styles/_perso.scss index 2a2e4e5..27a9a7a 100644 --- a/squelettes/scss/styles/_perso.scss +++ b/squelettes/scss/styles/_perso.scss @@ -456,6 +456,7 @@ ul.spip { } .liste.articles.blog { background-color:white; + margin-top:-2rem; .liste-items { list-style:none; margin:0 0 2rem; @@ -751,23 +752,7 @@ a:hover .fab, a:hover .fas { padding:0 1rem 0 2rem; } } -.derniere_emission { - position:relative; - margin-top:6rem; - padding-left:0 !important; - padding-right:0 !important; - > h2 { - margin-top:-3.6rem; - margin-bottom:0.65rem; - padding-left:4rem; - @include media($bp-medium) { - margin-bottom: 2.05rem; - } - @include media($bp-small) { - margin-bottom: 2.15rem; - } - } -} + .derniere_emission, .liste.emissions { padding-bottom:0; > h2 { @@ -816,6 +801,27 @@ a:hover .fab, a:hover .fas { } } } +.derniere_emission { + position:relative; + margin-top:-2rem; + padding:0; + padding-left:0 !important; + padding-right:0 !important; + background:white; + > h2 { + color:$couleurPrincipale; +/* margin-top:-3.6rem; */ +/* margin-bottom:0.65rem; */ + padding-left:4rem; + @include media($bp-medium) { +/* margin-bottom: 2.05rem; */ + } + @include media($bp-small) { +/* margin-bottom: 2.15rem; */ + } + } +} + .texte_content { flex:1; padding-bottom:1rem;