_home.scss 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .home-page-layout-content{
  2. .layout--onecol{
  3. // width: 70%;
  4. margin: auto;
  5. font-size: 1.5rem;
  6. font-weight: 400;
  7. font-style: normal;
  8. h4{
  9. font-size: 5rem;
  10. font-weight: normal;
  11. margin: 0;
  12. }
  13. h5{
  14. font-size: 5rem;
  15. font-weight: 900;
  16. margin: 0;
  17. line-height: 0.6;
  18. }
  19. .block-region-content{
  20. .block-block-content1ca95211-9fa2-4ef2-a460-8184d1eaf20f{
  21. display: flex;
  22. justify-content: flex-end;
  23. margin-top: 5rem;
  24. :hover{
  25. background-color: $yellow-puca;
  26. }
  27. }
  28. .block-block-content1dd151e8-8a8b-4586-9e62-8905ba0c93e0{
  29. display: flex;
  30. justify-content: flex-end;
  31. margin-bottom: 4rem;
  32. :hover{
  33. background-color: $yellow-puca;
  34. }
  35. }
  36. }
  37. }
  38. }