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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. .home {
  2. .logo {
  3. max-width: 220px;
  4. }
  5. .hero {
  6. @media @mediaSm {
  7. h1 {
  8. font-size: 3.5em;
  9. }
  10. h2 {
  11. font-size: 2em;
  12. }
  13. }
  14. @media @mediaMdAndUp {
  15. h1 {
  16. font-size: 5.5em;
  17. }
  18. h2 {
  19. font-size: 3em;
  20. }
  21. }
  22. .svg {
  23. color: var(--color-green);
  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: var(--color-green);
  40. }
  41. }
  42. footer {
  43. .ui.container .left,
  44. .ui.container .right {
  45. @media (max-width: 880px) {
  46. display: block;
  47. text-align: center;
  48. float: none;
  49. }
  50. }
  51. }