aboutsummaryrefslogtreecommitdiff
path: root/less/grid.less
diff options
context:
space:
mode:
Diffstat (limited to 'less/grid.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;
}