Set margin-bottom to 0 for captions in figures

The issue here is that figures have a margin of 24px and `p` tags also have a margin of 24px so figure caption get huge 48px margins on the bottom.
This commit is contained in:
Aaron Carlisle 2017-04-18 00:21:12 -04:00 committed by GitHub
parent 4be9ff3fd1
commit 2bb8782c80

View File

@ -26,6 +26,7 @@
margin-bottom: $base-line-height
p.caption
font-style: italic
margin-bottom: 0px
div.figure.align-center
text-align: center