Fix BS4 image caption padding

This commit is contained in:
Ben Word
2017-01-23 18:03:58 -07:00
parent 667668e9d4
commit 7cd63be1bc
2 changed files with 3 additions and 1 deletions

View File

@@ -1 +0,0 @@

View File

@@ -32,6 +32,9 @@
// Captions
.wp-caption {
@extend .figure;
}
.wp-caption img {
@extend .figure-img;
@extend .img-fluid;
}