aboutsummaryrefslogtreecommitdiff
path: root/less/bootstrap.less
diff options
context:
space:
mode:
Diffstat (limited to 'less/bootstrap.less')
-rw-r--r--less/bootstrap.less15
1 files changed, 13 insertions, 2 deletions
diff --git a/less/bootstrap.less b/less/bootstrap.less
index 896a91641..a0a2e868a 100644
--- a/less/bootstrap.less
+++ b/less/bootstrap.less
@@ -88,8 +88,6 @@
*/
.container {
max-width: 940px;
- margin-left: auto;
- margin-right: auto;
}
.navbar {
@@ -126,6 +124,19 @@
}
+// Responsive: Large desktops and up
+@media screen and (min-width: 1200px) {
+
+ .container {
+ max-width: 1170px;
+ }
+ [class^="span"] {
+ padding-left: 15px;
+ padding-right: 15px;
+ }
+
+}
+
/*
// Responsive
// -------------------------------------------------------------