mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
Adding media queries breakpoints variables
This commit is contained in:
+2
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user