screen-sm.less 874 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. @media (min-width: @screen-sm) and (max-width: @screen-sm-max) {
  2. #icon-carousel {
  3. @size: 200px;
  4. font-size: @size;
  5. line-height: @size + 30;
  6. }
  7. .carousel-control {
  8. top: @size - 10px;
  9. .square(30px);
  10. left: 228/2 - 36px;
  11. &.right {
  12. right: 228/2 - 36px;
  13. }
  14. }
  15. .jumbotron-carousel {
  16. padding: 50px 0;
  17. h1 { font-size: 65px; }
  18. p { font-size: 23px; }
  19. .shameless-self-promotion { font-size: 12px; }
  20. }
  21. .jumbotron-ad {
  22. p { font-size: 24px; }
  23. }
  24. .jumbotron-icon {
  25. h1 small {
  26. display: block;
  27. margin-top: 15px;
  28. margin-left: 0;
  29. line-height: 20px;
  30. }
  31. }
  32. .stripe-ad .lead {
  33. margin: 0;
  34. padding-top: 0;
  35. font-size: 19px;
  36. }
  37. .fort-awesome {
  38. .action { width: 33%; }
  39. }
  40. .hide-sm { display: none; }
  41. .v-get-started .get-started-cdn { padding: 5px 22px 22px 22px; }
  42. }