mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
Adding media queries breakpoints variables
This commit is contained in:
+1
-1
@@ -269,7 +269,7 @@
|
||||
// Inverse navbar
|
||||
// --------------------------------------------------
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
@media screen and (min-width: @screen-tablet) {
|
||||
.navbar {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
|
||||
Reference in New Issue
Block a user