My public website https://www.chameth.com/
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.

_articles.sass 401B

12345678910111213141516171819202122
  1. // Deals with article-specific layouts
  2. article
  3. & + article
  4. padding-top: 100px
  5. border-top: 10px solid rgba(200, 200, 200, 0.3)
  6. margin-top: 100px
  7. @media screen and (max-width: 1800px)
  8. padding-top: 50px
  9. margin-top: 50px
  10. header p
  11. position: relative
  12. margin: -1em 0 1.5em 0
  13. color: $gray
  14. font-size: 1.25em
  15. line-height: 1.5em
  16. img
  17. max-width: 100%