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 1016B

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