From ef36cebde3de1f9749c51a4ca320256741982eac Mon Sep 17 00:00:00 2001 From: Michael Koppmann Date: Wed, 16 Oct 2019 03:06:24 +0200 Subject: [PATCH] Reduce mobile font size for vector string --- src/Main.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main.elm b/src/Main.elm index 996da28..a6a948a 100644 --- a/src/Main.elm +++ b/src/Main.elm @@ -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)