Skip to content

Commit

Permalink
must return to view width example after constructing sample App layout
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Dec 11, 2019
1 parent 31065a1 commit c372a1e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tutorials/elm-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,11 +253,9 @@ The signature of the function might be something like this:
nav : Int -> Html Msg
nav width =
if width > 600 then
E.row [ E.]
E.row [ E.width E.fill]
else



-- something else
```


Expand Down

0 comments on commit c372a1e

Please sign in to comment.