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.

47 lines
866 B

  1. @import url(https://fonts.googleapis.com/css?family=Montserrat);
  2. @import url(https://fonts.googleapis.com/css?family=Judson);
  3. .about-body {
  4. .wrapper {
  5. max-width: 600px;
  6. margin: 0 auto;
  7. color: #9baec8;
  8. padding-top: 200px;
  9. }
  10. h1 {
  11. font: 46px/52px 'Roboto', sans-serif;
  12. font-weight: 600;
  13. margin-bottom: 20px;
  14. color: #2b90d9;
  15. padding: 20px 0;
  16. img {
  17. margin-bottom: -5px;
  18. margin-right: 5px;
  19. width: 46px;
  20. height: 46px;
  21. }
  22. }
  23. p {
  24. font: 20px/28px 'Judson', sans-serif;
  25. font-weight: 300;
  26. margin-bottom: 26px;
  27. }
  28. em {
  29. display: inline-block;
  30. padding: 7px 7px 5px 7px;
  31. background: #9baec8;
  32. color: #282c37;
  33. font: 16px/16px 'Montserrat', sans-serif;
  34. font-weight: 300;
  35. }
  36. @media screen and (max-width: 360px) {
  37. .wrapper {
  38. padding: 20px;
  39. }
  40. }
  41. }