added visuel display on thematique page
This commit is contained in:
@@ -2113,6 +2113,9 @@ article.card {
|
||||
background-color: #69cdcf;
|
||||
padding: 0.5em 1em 1em; }
|
||||
|
||||
#main-content > article.thematique div.col-left section.visuel img {
|
||||
width: 100%; }
|
||||
|
||||
#main-content > article.thematique aside.linked-materials ul {
|
||||
width: calc(100% + 13px); }
|
||||
#main-content > article.thematique aside.linked-materials ul li {
|
||||
|
File diff suppressed because one or more lines are too long
@@ -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{
|
||||
|
Reference in New Issue
Block a user