responsive-768px-979px.less 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. //
  2. // Responsive: Tablet to desktop
  3. // --------------------------------------------------
  4. @media (min-width: 768px) and (max-width: 979px) {
  5. #iconCarousel {
  6. @size: 200px;
  7. font-size: @size;
  8. line-height: @size + 5;
  9. .carousel-control {
  10. top: @size + 30px;
  11. .square(30px);
  12. font-size: 40px;
  13. line-height: 40px;
  14. left: 228/2 - 40px;
  15. &.right {
  16. right: 228/2 - 40px;
  17. }
  18. }
  19. }
  20. .jumbotron-index {
  21. padding: 50px 0;
  22. h1 { font-size: 65px; }
  23. p { font-size: 25px; }
  24. .shameless-self-promotion { font-size: 12px; }
  25. }
  26. .jumbotron-ad {
  27. p { font-size: 28px; }
  28. }
  29. .jumbotron-icon {
  30. h1 small {
  31. display: block;
  32. margin-top: 15px;
  33. margin-left: 0;
  34. line-height: 20px;
  35. }
  36. }
  37. .stripe-ad {
  38. .lead {
  39. margin: 0;
  40. font-size: 19px;
  41. }
  42. @ad-width: 302px;
  43. .span8 { width: 476px + 228px - @ad-width; }
  44. .span4 { width: @ad-width; }
  45. }
  46. #why, #whats-new, #new-styles {
  47. .span4 { width: 352px; }
  48. }
  49. .the-icons {
  50. .span3 { width: 228px; }
  51. }
  52. .sticky-footer(110px, 40px, 40px, 60px); // sets default values for sticky footer
  53. .footer {
  54. padding-left: 20px;
  55. padding-right: 20px;
  56. }
  57. }