responsive-767px-max.less 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. //
  2. // Responsive: Landscape phone to desktop/tablet
  3. // --------------------------------------------------
  4. @media (max-width: 767px) {
  5. .jumbotron, footer, #social-buttons {
  6. padding-left: 20px;
  7. padding-right: 20px;
  8. margin-right: -20px;
  9. margin-left: -20px;
  10. }
  11. #iconCarousel {
  12. @size: 220px;
  13. width: 352px;
  14. margin: 30px auto 0;
  15. .carousel-control {
  16. top: @size / 2;
  17. .square(44px);
  18. font-size: 44px;
  19. line-height: 44px;
  20. left: 0;
  21. &.right { right: 0; }
  22. }
  23. }
  24. .jumbotron-index {
  25. h1 { font-size: 50px; }
  26. p { font-size: 20px; }
  27. .btn-large {
  28. font-size: 20px;
  29. padding: 14px 26px;
  30. }
  31. .shameless-self-promotion { font-size: 12px; }
  32. }
  33. .jumbotron-ad {
  34. h1 { font-size: 48px; }
  35. p {
  36. font-size: 24px;
  37. margin-bottom: 20px;
  38. }
  39. }
  40. .jumbotron-icon {
  41. .icon-1, .icon-2, .icon-3, .icon-4, .icon-5, .icon-6 { margin-right: 0; }
  42. h1 small {
  43. display: block;
  44. margin-top: 15px;
  45. margin-left: 0;
  46. line-height: 20px;
  47. }
  48. }
  49. .stripe-ad .lead {
  50. margin: 0 0 30px;
  51. }
  52. .sticky-footer(170px, 40px, 40px, 60px); // sets default values for sticky footer
  53. .footer {
  54. padding-left: 20px;
  55. padding-right: 20px;
  56. }
  57. }