Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Heydon authored Feb 24, 2017
1 parent fa118e1 commit 0b77a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Don't worry, flexbox will make sure there aren't any gaps.

### Percentage widths

You can choose a percentage based width for individual items, but remember to adjust for the gutter margin with by subtracting it using `calc`. For example, to make the first item 100% in width when the gutter width is `1em`, use:
You can choose a percentage based width for individual items, but remember to adjust for the gutter margin width by subtracting it using `calc`. For example, to make the first item 100% in width when the gutter width is `1em`, use:

```css
.fukol-grid > *:first-child {
Expand Down

0 comments on commit 0b77a9c

Please sign in to comment.