diff options
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_type.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scss/_type.scss b/scss/_type.scss index c94c747ff..07a616291 100644 --- a/scss/_type.scss +++ b/scss/_type.scss @@ -193,6 +193,9 @@ mark, // .figure { + // Ensures the caption's text aligns with the image. + display: inline-block; + > img { @extend .img-responsive; line-height: 1; |
