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.
 
 
 

45 lines
815 B

  1. #reviews {
  2. background: @light-gray;
  3. padding: 130px 0;
  4. .twitter-profile {
  5. float: left;
  6. display: block;
  7. height: 90px;
  8. border-radius: 10px;
  9. margin: 3px 15px auto 20px;
  10. }
  11. }
  12. blockquote.twitter-tweet {
  13. display: inline-block;
  14. font-size: 15px;
  15. line-height: 20px;
  16. margin: 10px 5px;
  17. padding: 0 16px 16px 16px;
  18. text-align: right;
  19. border: 0;
  20. }
  21. blockquote.twitter-tweet p {
  22. font-size: 17px;
  23. font-weight: normal;
  24. line-height: 20px;
  25. text-align: left;
  26. }
  27. blockquote.twitter-tweet a {
  28. color: inherit;
  29. font-weight: normal;
  30. text-decoration: none;
  31. outline: 0 none;
  32. }
  33. blockquote.twitter-tweet a:hover,
  34. blockquote.twitter-tweet a:focus {
  35. text-decoration: underline;
  36. }
  37. blockquote.tweet-xl p {
  38. font-size: 22px;
  39. line-height: 25px;
  40. }