aboutsummaryrefslogtreecommitdiff
path: root/examples/container-app.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/container-app.html')
-rw-r--r--examples/container-app.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/container-app.html b/examples/container-app.html
index df0e8dba4..63261fd8e 100644
--- a/examples/container-app.html
+++ b/examples/container-app.html
@@ -25,7 +25,7 @@
text-align: center; /* center align it with the container */
}
.container {
- width: 820px; /* downsize our container to make the content feel a bit tighter and more cohesive. NOTE: this removes two full columns from the grid, meaning you only go to 14 columns and not 16. */
+ width: 820px; /* downsize our container to make the content feel a bit tighter and more cohesive. NOTE: this removes two full columns from the grid, meaning you only go to 10 columns and not 12. */
}
/* The white background content wrapper */