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.

_blockquotes.sass 207B

12345678910111213
  1. // Blockquotes
  2. blockquote
  3. border-left: solid 6px $light-gray
  4. font-style: italic
  5. margin: 0 0 2em 0
  6. padding: 0.5em 0 0.5em 1.5em
  7. p
  8. margin-bottom: 0.5em
  9. &:last-child
  10. margin-bottom: 0