layout.scss 507 B

123456789101112131415161718192021222324252627282930
  1. main:not(.home){
  2. @media screen and (min-width: 768px) {
  3. padding: 1.5rem 0!important;
  4. }
  5. @media screen and (min-width: 992px) {
  6. padding: 4rem 0!important;
  7. }
  8. }
  9. article{
  10. .__title{
  11. @include croix_or;
  12. }
  13. &.publications{
  14. margin-top: 1rem;
  15. .paragraph--type--images{
  16. img{
  17. max-height: 400px;
  18. object-fit: contain;
  19. width: auto;
  20. @media screen and (min-width: 992px) {
  21. width: 100%;
  22. }
  23. }
  24. }
  25. }
  26. }
  27. h4{
  28. @include croix_or;
  29. }