Skip to content

Commit

Permalink
add a little padding when the window is narrow
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed May 12, 2020
1 parent c103e7b commit ee34d0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Main.elm
Expand Up @@ -619,6 +619,7 @@ viewRow id model =
Html.section
[ Attrs.css
[ Css.maxWidth (Css.em 40)
, Css.padding2 Css.zero (Css.px 25)
, Css.margin2 Css.zero Css.auto
]
]
Expand Down

0 comments on commit ee34d0a

Please sign in to comment.