node-ressource.scss 745 B

1234567891011121314151617181920212223242526272829303132333435
  1. .page-node-site{
  2. .node-type-ressource{
  3. width: 80%;
  4. margin: auto;
  5. display: flex;
  6. .image-site{
  7. width: 40%;
  8. height: fit-content;
  9. margin-right: 2rem;
  10. img{
  11. width: 100%;
  12. height: auto;
  13. }
  14. }
  15. .filtered-content{
  16. width: 40%;
  17. .field--name-field-type-de-ressource,
  18. .field--name-field-sous-titre,
  19. .field--name-field-auteur,
  20. .field--name-field-site{
  21. }
  22. .field--name-body{
  23. }
  24. }
  25. .body-content {
  26. width: 100%;
  27. margin-top: 2rem;
  28. }
  29. }
  30. }