diff options
Diffstat (limited to 'scss/_carousel.scss')
| -rw-r--r-- | scss/_carousel.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scss/_carousel.scss b/scss/_carousel.scss index c5a7fdfcb..b02a2cd21 100644 --- a/scss/_carousel.scss +++ b/scss/_carousel.scss @@ -16,7 +16,7 @@ // Account for jankitude on images > img, > a > img { - @extend .img-responsive; + @extend .img-fluid; line-height: 1; } @@ -141,12 +141,12 @@ } .icon-prev { - &:before { + &::before { content: "\2039";// SINGLE LEFT-POINTING ANGLE QUOTATION MARK (U+2039) } } .icon-next { - &:before { + &::before { content: "\203a";// SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (U+203A) } } |
