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.

62 lines
905 B

9 years ago
  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. @media only screen and (max-width: 767px) {
  11. h1 {
  12. font-size: 3.5em;
  13. }
  14. h2 {
  15. font-size: 2em;
  16. }
  17. }
  18. @media only screen and (min-width: 768px) {
  19. h1 {
  20. font-size: 5.5em;
  21. }
  22. h2 {
  23. font-size: 3em;
  24. }
  25. }
  26. .octicon {
  27. color: #5aa509;
  28. font-size: 40px;
  29. width: 50px;
  30. }
  31. &.header {
  32. font-size: 20px;
  33. }
  34. }
  35. p.large {
  36. font-size: 16px
  37. }
  38. .stackable {
  39. padding-top: 30px;
  40. }
  41. a {
  42. color: #5aa509;
  43. }
  44. }
  45. .signup {
  46. padding-top: 15px;
  47. padding-bottom: @footer-margin * 2;
  48. }
  49. footer {
  50. @media only screen and (max-width: 880px) {
  51. text-align: center;
  52. }
  53. .ui.container .left, .ui.container .right {
  54. @media only screen and (max-width: 880px) {
  55. display: inline;
  56. float: none;
  57. }
  58. }
  59. }