mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-28 20:52:21 +01:00
unfuck misaligned main container
This commit is contained in:
parent
4247008e23
commit
ed7fe0e5ba
6
docs/assets/css/bootstrap.css
vendored
6
docs/assets/css/bootstrap.css
vendored
@ -740,7 +740,7 @@ pre code {
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
.container {
|
||||
max-width: 728px;
|
||||
max-width: 758px;
|
||||
}
|
||||
[class^="span"] {
|
||||
float: left;
|
||||
@ -821,13 +821,13 @@ pre code {
|
||||
|
||||
@media screen and (min-width: 992px) {
|
||||
.container {
|
||||
max-width: 940px;
|
||||
max-width: 970px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1200px) {
|
||||
.container {
|
||||
max-width: 1170px;
|
||||
max-width: 1200px;
|
||||
}
|
||||
.row {
|
||||
margin-right: -15px;
|
||||
|
@ -15,8 +15,7 @@ body {
|
||||
}
|
||||
|
||||
/* */
|
||||
.bs-docs-body > .container,
|
||||
.bs-docs-footer .container {
|
||||
.bs-docs-footer {
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user