You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

_home.less 779 B

10 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. .home {
  2. .logo {
  3. max-width: 220px;
  4. }
  5. .hero {
  6. h1, h2 {
  7. font-family: 'PT Sans Narrow', sans-serif, 'Microsoft YaHei';
  8. }
  9. @media only screen and (max-width: 767px) {
  10. h1 {
  11. font-size: 3.5em;
  12. }
  13. h2 {
  14. font-size: 2em;
  15. }
  16. }
  17. @media only screen and (min-width: 768px) {
  18. h1 {
  19. font-size: 5.5em;
  20. }
  21. h2 {
  22. font-size: 3em;
  23. }
  24. }
  25. .octicon {
  26. color: #5aa509;
  27. font-size: 40px;
  28. width: 50px;
  29. }
  30. &.header {
  31. font-size: 20px;
  32. }
  33. }
  34. p.large {
  35. font-size: 16px
  36. }
  37. .stackable {
  38. padding-top: 30px;
  39. }
  40. a {
  41. color: #5aa509;
  42. }
  43. }
  44. .signup {
  45. padding-top: 15px;
  46. }
  47. footer {
  48. .ui.container .left, .ui.container .right {
  49. @media only screen and (max-width: 880px) {
  50. display: block;
  51. text-align: center;
  52. float: none;
  53. }
  54. }
  55. }