2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

more responsive docs nav

This commit is contained in:
Mark Otto
2017-05-27 18:12:45 -07:00
parent 9d45196e26
commit 8627c506f7
2 changed files with 55 additions and 75 deletions
+6 -1
View File
@@ -10,7 +10,7 @@
position: sticky;
top: 0;
z-index: 1030; // over everything in bootstrap
height: 4rem;
min-height: 4rem;
// max-height: calc(100vh - 4rem);
// overflow-y: auto;
// }
@@ -54,4 +54,9 @@
.navbar-brand {
color: $bd-purple;
}
.bd-navbar-brand-wrap {
padding-top: .25rem;
padding-bottom: .25rem;
}
}