ressources.scss 450 B

12345678910111213141516171819202122232425
  1. .__ressources{
  2. h4{
  3. text-transform: uppercase;
  4. margin: 1rem 0;
  5. font-family: 'Marianne';
  6. font-size: 2rem;
  7. letter-spacing: $letter_spacingH;
  8. color: $color2
  9. }
  10. & > section{
  11. &> div{
  12. @media screen and (min-width: 768px) {
  13. margin: 0 calc(0rem - #{$gutter})!important;
  14. }
  15. }
  16. }
  17. section{
  18. .row{
  19. padding: 0rem 0rem 2rem 0rem;
  20. }
  21. }
  22. .views-element-container{
  23. margin: 4rem auto;
  24. }
  25. }