Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

_about-us.scss 685B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /*------------------*
  2. # About Us Page
  3. *------------------*/
  4. .about-content .title {
  5. font-weight: fontweight(semi-bold);
  6. color: $color-dark;
  7. text-transform: capitalize;
  8. font-size: 30px;
  9. @include max-screen(767) {
  10. font-size: 25px;
  11. }
  12. max-width: 900px;
  13. margin: 0 auto 20px;
  14. line-height: 1.4;
  15. }
  16. .about-info .title {
  17. font-size: 34px;
  18. font-weight: fontweight(semi-bold);
  19. color: $color-dark;
  20. }
  21. .single-service {
  22. .title {
  23. font-size: 22px;
  24. font-weight: fontweight(semi-bold);
  25. color: $color-dark;
  26. }
  27. }
  28. .service-section {
  29. .single-blog {
  30. img {
  31. width: 100%;
  32. }
  33. }
  34. }
  35. /* *******************
  36. about us page End
  37. **********************/