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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. .svg {
  23. color: #5aa509;
  24. height: 40px;
  25. width: 50px;
  26. vertical-align: bottom;
  27. }
  28. &.header {
  29. font-size: 20px;
  30. }
  31. }
  32. p.large {
  33. font-size: 16px;
  34. }
  35. .stackable {
  36. padding-top: 30px;
  37. }
  38. a {
  39. color: #5aa509;
  40. }
  41. }
  42. .signup {
  43. padding-top: 15px;
  44. }
  45. footer {
  46. .ui.container .left,
  47. .ui.container .right {
  48. @media only screen and (max-width: 880px) {
  49. display: block;
  50. text-align: center;
  51. float: none;
  52. }
  53. }
  54. }