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.

74 lines
1.2 KiB

  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: 50px;
  9. padding-bottom: 50px;
  10. }
  11. h1 {
  12. font: 46px/52px 'Roboto', sans-serif;
  13. font-weight: 600;
  14. margin-bottom: 20px;
  15. color: #2b90d9;
  16. padding: 20px 0;
  17. img {
  18. margin-bottom: -5px;
  19. margin-right: 5px;
  20. width: 46px;
  21. height: 46px;
  22. }
  23. }
  24. p {
  25. font: 20px/28px 'Judson', sans-serif;
  26. font-weight: 300;
  27. margin-bottom: 26px;
  28. }
  29. em {
  30. display: inline-block;
  31. padding: 7px 7px 5px 7px;
  32. background: #9baec8;
  33. color: #282c37;
  34. font: 16px/16px 'Montserrat', sans-serif;
  35. font-weight: 300;
  36. }
  37. .screenshot {
  38. box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  39. margin-bottom: 26px;
  40. img {
  41. max-width: 100%;
  42. height: auto;
  43. display: block;
  44. }
  45. }
  46. .actions {
  47. overflow: hidden;
  48. .info {
  49. float: right;
  50. text-align: right;
  51. line-height: 36px;
  52. a {
  53. color: #9baec8;
  54. text-decoration: underline;
  55. }
  56. }
  57. }
  58. @media screen and (max-width: 360px) {
  59. .wrapper {
  60. padding: 20px;
  61. }
  62. }
  63. }