Files
drupal-reha/web/themes/custom/reha/scss/pages/node-ressource.scss
T
2024-06-20 00:43:42 +02:00

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;
}
}
}