diff options
| author | Mark Otto <[email protected]> | 2013-01-17 00:58:34 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-17 00:58:34 -0800 |
| commit | 7e46b6f6364d754cb87fca35e0897cf2fad09206 (patch) | |
| tree | 8b87e58a71ee2b5bc6fa0da5f34f01b413340699 /less/grid.less | |
| parent | 267d3e7ed7f50cc5625145ad714a5e1099612e87 (diff) | |
| download | bootstrap-7e46b6f6364d754cb87fca35e0897cf2fad09206.tar.xz bootstrap-7e46b6f6364d754cb87fca35e0897cf2fad09206.zip | |
Update nav and add bounds for tablet container
Diffstat (limited to 'less/grid.less')
| -rw-r--r-- | less/grid.less | 4 |
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; } |
