2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +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
+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;
}
}
}
}