added visuel display on thematique page

This commit is contained in:
2021-03-05 11:44:54 +01:00
parent ee81e5fe18
commit 596525328c
4 changed files with 28 additions and 9 deletions

View File

@ -1362,9 +1362,16 @@ article.card{
}
div.col-right{}
}
div.col-left section.body{
background-color: $color-base;
padding: 0.5em 1em 1em;
div.col-left{
section.body{
background-color: $color-base;
padding: 0.5em 1em 1em;
}
section.visuel{
img{
width: 100%;
}
}
}
aside.linked-materials{
ul{