fasttext.css 739 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .mainContainer .wrapper a {
  2. text-decoration: initial;
  3. }
  4. div.productShowcaseSection {
  5. padding-top: 20px;
  6. padding-bottom: 20px;
  7. }
  8. .productShowcaseSection .indexUsers a {
  9. max-width: 300px;
  10. padding: 0 15 0 15;
  11. }
  12. .productShowcaseSection h2 {
  13. margin-bottom: 10px;
  14. }
  15. .productShowcaseSection div.container {
  16. padding-top: 20px;
  17. padding-bottom: 20px;
  18. }
  19. .productShowcaseSection div.blockElement {
  20. padding-top: 20px;
  21. padding-bottom: 20px;
  22. }
  23. div.descriptionSection {
  24. padding-top: 20px;
  25. padding-bottom: 40px;
  26. }
  27. .descriptionSection p {
  28. text-align: left;
  29. margin-left: 21.5%;
  30. margin-right: 21.5%;
  31. }
  32. .descriptionSection .container h2 {
  33. font-size: 30px;
  34. }
  35. .descriptionSection .blockImage {
  36. margin-top: 7%;
  37. }