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