35 lines
745 B
SCSS
35 lines
745 B
SCSS
.page-node-site{
|
|
.node-type-ressource{
|
|
width: 80%;
|
|
margin: auto;
|
|
display: flex;
|
|
|
|
|
|
.image-site{
|
|
width: 40%;
|
|
height: fit-content;
|
|
margin-right: 2rem;
|
|
img{
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
}
|
|
.filtered-content{
|
|
width: 40%;
|
|
.field--name-field-type-de-ressource,
|
|
.field--name-field-sous-titre,
|
|
.field--name-field-auteur,
|
|
.field--name-field-site{
|
|
|
|
}
|
|
.field--name-body{
|
|
|
|
|
|
}
|
|
}
|
|
.body-content {
|
|
width: 100%;
|
|
margin-top: 2rem;
|
|
}
|
|
}
|
|
} |