Advertisement
Guest User

Untitled

a guest
Nov 20th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. .team-previewer .section-title {
  2. font-weight: bold;
  3. }
  4.  
  5. .team-previewer .person-name {
  6. font-weight: bold;
  7. }
  8.  
  9. .team-previewer .person-position {
  10. font-weight: bold;
  11. }
  12.  
  13. .workweek-slider .slide-title {
  14. font-weight: bold;
  15. }
  16.  
  17. @media (max-width: 575px) {
  18. .team-previewer .is-expanded .person-description {
  19. margin-bottom: 50px;
  20. }
  21. }
  22.  
  23. .team-previewer .person-thumbnail {
  24. align-self: center;
  25. }
  26.  
  27. .mwc-block-side-by-side--1 .mwc-block-side-by-side__stats {
  28. padding-bottom: 30px;
  29. }
  30.  
  31. .mwc-block-side-by-side--2 .mwc-block-side-by-side__stats {
  32. padding-bottom: 30px;
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement