Add in responsive for 1200px+ layout; increase padding for that viewport size
This commit is contained in:
parent
13a80f33c8
commit
cf693b5632
4 changed files with 28 additions and 6 deletions
|
|
@ -213,6 +213,11 @@ section > ul li {
|
|||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1200px) {
|
||||
.bs-docs-sidenav {
|
||||
width: 260px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue