page ressource
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user