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 227B

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