Advertisement
Guest User

Untitled

a guest
Apr 26th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.34 KB | None | 0 0
  1. .mc-testimonial {
  2.   max-width: 740px;
  3.   margin: auto;
  4.   text-align: center;
  5. }
  6.  
  7. .mc-testimonial__text {
  8.   @include typo-base;
  9. }
  10.  
  11. .mc-testimonial__avatar-image {
  12.   border-radius: 50%;
  13.   margin: auto;
  14.   max-width: 56px;
  15. }
  16.  
  17. .mc-testimonial__author {
  18.   @include typo-title;
  19. }
  20.  
  21. .mc-testimonial__position {
  22.   @include typo-subtitle;
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement