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.
 
 
 

50 lines
853 B

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