mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
account for nav on docs pages
This commit is contained in:
@@ -30,8 +30,7 @@
|
||||
//
|
||||
|
||||
.bd-navbar {
|
||||
padding-top: .25rem;
|
||||
padding-bottom: .25rem;
|
||||
padding: .25rem;
|
||||
background-color: $bd-graphite;
|
||||
|
||||
.nav-link {
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
|
||||
.bd-docs {
|
||||
padding-top: 3.7rem;
|
||||
}
|
||||
|
||||
// Custom container
|
||||
//
|
||||
// Doesn't use the default `.container` styles for easier modifications.
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
}
|
||||
.bd-sidebar {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
top: 3.7rem;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 240px;
|
||||
|
||||
Reference in New Issue
Block a user