about.sass 556 B

123456789101112131415161718192021222324252627282930313233
  1. @import ./themeStyle
  2. // about
  3. #about
  4. padding-top: 2.5rem
  5. font-family: $fontNotoBangla
  6. .section-title
  7. font-weight: 400
  8. h3
  9. font-size: 1.4rem
  10. margin-bottom: 1rem
  11. p
  12. font-size: 1rem
  13. margin-bottom: .5rem
  14. line-height: 1.7
  15. .why-studypress
  16. @media screen and ( max-width: 992px )
  17. .feature-image
  18. order: 0
  19. .motive
  20. .feature-image
  21. order: 1
  22. @media screen and ( max-width: 992px )
  23. order: 0