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.

38 lines
566 B

3 years ago
  1. body {
  2. padding-top: 20px;
  3. padding-bottom: 40px;
  4. }
  5. /* Custom container */
  6. .container-narrow {
  7. margin: 0 auto;
  8. max-width: 700px;
  9. }
  10. .container-narrow > hr {
  11. margin: 30px 0;
  12. }
  13. /* Main marketing message and sign up button */
  14. .jumbotron {
  15. margin: 60px 0;
  16. text-align: center;
  17. }
  18. .jumbotron h1 {
  19. font-size: 72px;
  20. line-height: 1;
  21. }
  22. .jumbotron .btn {
  23. font-size: 21px;
  24. padding: 14px 24px;
  25. }
  26. /* Supporting marketing content */
  27. .marketing {
  28. margin: 60px 0;
  29. }
  30. .marketing p + h4 {
  31. margin-top: 28px;
  32. }
  33. .markdown-body pre {
  34. background-color: #f0f0f0;
  35. }