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.

_home.less 508B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .home {
  2. padding-bottom: @footer-margin * 2;
  3. .logo {
  4. max-width: 220px;
  5. }
  6. .hero {
  7. h1, h2 {
  8. font-family: 'PT Sans Narrow', sans-serif, 'Microsoft YaHei';
  9. }
  10. h1 {
  11. font-size: 5.5em;
  12. }
  13. h2 {
  14. font-size: 3em;
  15. }
  16. .octicon {
  17. color: #5aa509;
  18. font-size: 40px;
  19. width: 50px;
  20. }
  21. &.header {
  22. font-size: 20px;
  23. }
  24. }
  25. p.large {
  26. font-size: 16px
  27. }
  28. .stackable {
  29. padding-top: 30px;
  30. }
  31. a {
  32. color: #5aa509;
  33. }
  34. }
  35. .signup {
  36. padding-top: 15px;
  37. padding-bottom: @footer-margin * 2;
  38. }