page-header.less 589 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .bs-docs-header {
  2. margin-bottom: 40px;
  3. font-size: 20px;
  4. }
  5. .bs-docs-header h1 {
  6. margin-top: 0;
  7. color: #fff;
  8. }
  9. .bs-docs-header p {
  10. margin-bottom: 0;
  11. font-weight: 300;
  12. line-height: 1.4;
  13. }
  14. .bs-docs-header .container {
  15. position: relative;
  16. }
  17. @media (min-width: @screen-sm-min) {
  18. .bs-docs-header {
  19. padding-top: 60px;
  20. padding-bottom: 60px;
  21. font-size: 24px;
  22. text-align: left;
  23. }
  24. .bs-docs-header h1 {
  25. font-size: 60px;
  26. line-height: 1;
  27. }
  28. }
  29. @media (min-width: @screen-md-min) {
  30. .bs-docs-header h1,
  31. .bs-docs-header p {
  32. margin-right: 380px;
  33. }
  34. }