.item sur la page transcriptions aussi

This commit is contained in:
chankalan 2021-09-07 10:01:48 +02:00
parent 2e9a72bed6
commit 5fdd024b84
1 changed files with 3 additions and 7 deletions

View File

@ -310,9 +310,6 @@ span.tp {
box-shadow:6px 6px 6px #90abb3; box-shadow:6px 6px 6px #90abb3;
} }
} }
.item {
margin-bottom:$spacer;
}
} }
} }
.texte_accueil { .texte_accueil {
@ -513,10 +510,9 @@ span.tp {
} }
} }
.liste_articles article { .liste_articles {
/* padding:($spacer*2.5) $spacer $spacer ($spacer*2); */ .item {
@include media($bp-medium-up) { margin-bottom:$spacer;
/* padding:($spacer*2.5) $spacer $spacer ($spacer*4); */
} }
} }
.article__texte { .article__texte {