mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-01 09:14:42 +00:00
add bottom margin back to sidenav for narrow tablets
This commit is contained in:
parent
cbc7873bb4
commit
471d913ab6
1 changed files with 1 additions and 0 deletions
|
|
@ -924,6 +924,7 @@ form.bs-docs-example {
|
|||
/* Sidenav */
|
||||
.bs-docs-sidenav {
|
||||
width: auto;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.bs-docs-sidenav.affix {
|
||||
position: static;
|
||||
|
|
|
|||
Loading…
Reference in a new issue