We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d6f7df + 8f4939d commit 03c5b67Copy full SHA for 03c5b67
docs/layout.md
@@ -29,7 +29,7 @@ The container applies `width: 980px;` and uses horizontal `margin`s to center it
29
The grid is pretty standard—you create rows with `.columns` and individual columns with a column class and fraction class. Here's how it works:
30
31
- Add a `.container` to encapsulate everything and provide ample horizontal gutter space.
32
-- Create your outter row to clear the floated columns with `<div class="columns">`.
+- Create your outer row to clear the floated columns with `<div class="columns">`.
33
- Add your columns with individual `<div class="column">`s.
34
- Add your fractional width classes to set the width of the columns (e.g., `.one-fourth`).
35
0 commit comments