diff options
Diffstat (limited to 'less/carousel.less')
| -rw-r--r-- | less/carousel.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/carousel.less b/less/carousel.less index 6d32755ee..43bef87e1 100644 --- a/less/carousel.less +++ b/less/carousel.less @@ -170,8 +170,8 @@ } -// Scale up controls for >768px -@media screen and (min-width: 768px) { +// Scale up controls for tablets and up +@media screen and (min-width: @screen-tablet) { // Scale up the controls a smidge .carousel-control .glyphicon { |
