Skip to content

Commit

Permalink
Reduce mobile font size for vector string
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoppmann committed Oct 16, 2019
1 parent 193c3ba commit ef36ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Main.elm
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ deviceBody model =

mobileLayout : Model -> List (Html Msg)
mobileLayout model =
responsiveLayout 0 14 model
responsiveLayout 0 10 model


desktopLayout : Model -> List (Html Msg)
Expand Down

0 comments on commit ef36ceb

Please sign in to comment.