Commit d4a1244c authored by Mark Otto's avatar Mark Otto
Browse files

fix font-size and borders

parent 251c7be1
7 merge requests!28721Hot test,!27561Adds font-weight-medium to font weight classes,!25326Adjust examples,!23995Add back cursor: pointer for .btn-link,!23178Spinner,!22716Docs redesign,!17021v4
Showing with 3 additions and 2 deletions
+3 -2
......@@ -11,7 +11,7 @@
padding-top: 1.5rem;
padding-bottom: 1.5rem;
overflow-y: auto;
font-size: .85rem;
font-size: .875rem;
}
.section-nav {
......@@ -44,13 +44,14 @@
.bd-sidebar {
background-color: #f5f5f5;
border-right: 1px solid rgba(0,0,0,.1);
border-bottom: 1px solid rgba(0,0,0,.1);
@include media-breakpoint-up(md) {
position: sticky;
top: 4rem;
max-height: calc(100vh - 4rem);
overflow-y: auto;
border-right: 1px solid rgba(0,0,0,.1);
}
@include media-breakpoint-up(xl) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment