diff --git a/examples/container-app.html b/examples/container-app.html index df0e8dba48..63261fd8e1 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 */ diff --git a/examples/fluid-reverse.html b/examples/fluid-reverse.html index 7de1630844..4a1993a41f 100644 --- a/examples/fluid-reverse.html +++ b/examples/fluid-reverse.html @@ -28,7 +28,7 @@ -