Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dist/css/bootstrap-grid.css')
-rw-r--r--dist/css/bootstrap-grid.css14
1 files changed, 6 insertions, 8 deletions
diff --git a/dist/css/bootstrap-grid.css b/dist/css/bootstrap-grid.css
index 1f1b52665d..b5f77b27c0 100644
--- a/dist/css/bootstrap-grid.css
+++ b/dist/css/bootstrap-grid.css
@@ -18,33 +18,30 @@ html {
margin-left: auto;
padding-right: 15px;
padding-left: 15px;
+ width: 100%;
}
@media (min-width: 576px) {
.container {
- width: 540px;
- max-width: 100%;
+ max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
- width: 720px;
- max-width: 100%;
+ max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
- width: 960px;
- max-width: 100%;
+ max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
- width: 1140px;
- max-width: 100%;
+ max-width: 1140px;
}
}
@@ -54,6 +51,7 @@ html {
margin-left: auto;
padding-right: 15px;
padding-left: 15px;
+ width: 100%;
}
.row {