aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-01-17 00:58:34 -0800
committerMark Otto <[email protected]>2013-01-17 00:58:34 -0800
commit7e46b6f6364d754cb87fca35e0897cf2fad09206 (patch)
tree8b87e58a71ee2b5bc6fa0da5f34f01b413340699 /less
parent267d3e7ed7f50cc5625145ad714a5e1099612e87 (diff)
downloadbootstrap-7e46b6f6364d754cb87fca35e0897cf2fad09206.tar.xz
bootstrap-7e46b6f6364d754cb87fca35e0897cf2fad09206.zip
Update nav and add bounds for tablet container
Diffstat (limited to 'less')
-rw-r--r--less/grid.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/less/grid.less b/less/grid.less
index 521e64904..47636189b 100644
--- a/less/grid.less
+++ b/less/grid.less
@@ -27,6 +27,10 @@
// Responsive: Tablets and up
@media screen and (min-width: 768px) {
+ .container {
+ max-width: 728px;
+ }
+
[class^="span"] {
float: left;
}