Skip to content

Commit

Permalink
indent slightly more
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed May 12, 2020
1 parent 91d4b8a commit c103e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Main.elm
Expand Up @@ -685,7 +685,7 @@ viewRow id model =
|> List.map (\child -> viewRow child model)
|> Html.ul
[ Attrs.css
[ Css.paddingLeft (Css.px 20)
[ Css.paddingLeft (Css.px 30)
, Css.listStylePosition Css.outside
, Css.listStyleType Css.disc
]
Expand Down

0 comments on commit c103e7b

Please sign in to comment.