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.
 
 
 
 

62 lines
1.0 KiB

  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. img {
  21. margin: 0 auto;
  22. }
  23. @media (max-width: @screen-xs) {
  24. .twitter-profile {
  25. display:none!important;
  26. }
  27. }
  28. }
  29. blockquote.twitter-tweet p {
  30. font-size: 17px;
  31. font-weight: normal;
  32. line-height: 20px;
  33. text-align: left;
  34. }
  35. blockquote.twitter-tweet a {
  36. color: inherit;
  37. font-weight: normal;
  38. text-decoration: none;
  39. outline: 0 none;
  40. }
  41. blockquote.tweet-xl {
  42. p {
  43. font-size: 22px;
  44. line-height: 25px;
  45. }
  46. a {
  47. font-size: 22px;
  48. }
  49. @media (max-width: @screen-xs) {
  50. p {
  51. font-size: 17px;}
  52. a {
  53. font-size: 17px;
  54. }
  55. }
  56. }