2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

basic responsive top nav hacks for docs

This commit is contained in:
Mark Otto
2015-08-18 23:44:18 -07:00
parent 923677013d
commit 5a905ef8a5
4 changed files with 31 additions and 10 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+10
View File
@@ -25,4 +25,14 @@
.dropdown-menu {
font-size: inherit;
}
@include media-breakpoint-down(sm) {
.nav-link {
float: none;
+ .nav-link {
margin-left: 0;
}
}
}
}