more blabla

This commit is contained in:
2020-02-19 15:58:15 +01:00
parent d647a8c0b7
commit 3a9f162bb0
4 changed files with 26 additions and 5 deletions

View File

@@ -619,6 +619,15 @@ article.card{
}
#main-content > article.article{
section.accroche{
figure{
width:$column_width*2 + $column_goutiere;
margin:0 $column_goutiere 0 0;
img{
width:100%;
}
}
}
section.taxonomy{
ul{
margin:1em 0 0;
@@ -633,8 +642,8 @@ article.card{
figure{
display: inline-block;
vertical-align: top;
width:$column_width;
margin:0 $column_goutiere 0 0;
width:$column_width*2 + $column_goutiere;
margin:0 $column_goutiere $column_goutiere*0.6 0;
img{
width:100%;
}