mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-12 16:44:17 +02:00
Fixes #6012: Updated docs sidenav media queries and reset width for exactly 980px
This commit is contained in:
@@ -867,6 +867,7 @@ form.bs-docs-example {
|
|||||||
/* When affixed, space properly */
|
/* When affixed, space properly */
|
||||||
.bs-docs-sidenav {
|
.bs-docs-sidenav {
|
||||||
top: 0;
|
top: 0;
|
||||||
|
width: 218px;
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
@@ -874,7 +875,7 @@ form.bs-docs-example {
|
|||||||
|
|
||||||
/* Tablet to desktop
|
/* Tablet to desktop
|
||||||
------------------------- */
|
------------------------- */
|
||||||
@media (min-width: 768px) and (max-width: 980px) {
|
@media (min-width: 768px) and (max-width: 979px) {
|
||||||
/* Remove any padding from the body */
|
/* Remove any padding from the body */
|
||||||
body {
|
body {
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
|
Reference in New Issue
Block a user