page ressource

This commit is contained in:
2024-06-20 00:43:42 +02:00
parent 8d5445a9ba
commit c2abcbc79f
8 changed files with 472 additions and 22 deletions
@@ -0,0 +1,35 @@
.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;
}
}
}