_people.scss 546 B

123456789101112131415161718192021222324252627282930313233
  1. /*************************************************
  2. * People widget
  3. **************************************************/
  4. .people-widget {
  5. font-size: 0.8rem;
  6. text-align: center;
  7. }
  8. .people-widget .portrait-title h2 {
  9. font-size: 1rem;
  10. }
  11. .people-widget .portrait-title h3 {
  12. font-size: 0.7rem;
  13. }
  14. .people-widget .avatar {
  15. width: 80%;
  16. max-width: 150px;
  17. height: auto;
  18. }
  19. @media (min-width: 576px) {
  20. .people-widget .col-sm-auto {
  21. width: 30%;
  22. }
  23. }
  24. @media (min-width: 992px) {
  25. .people-widget .col-sm-auto {
  26. width: 20%;
  27. }
  28. }