You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

17 lines
267 B

  1. .teamed {
  2. h2 {
  3. width: 100%;
  4. padding-right: 15px;
  5. padding-left: 15px;
  6. }
  7. &.management-sales {
  8. @media (min-width: 992px) {
  9. .mod_catalogUniversalView:nth-of-type(1) {
  10. .team:nth-of-type(1) {
  11. margin-right: 75%;
  12. }
  13. }
  14. }
  15. }
  16. }