From 60fd9b0716e380513ee0c0e1033753b6c06e4037 Mon Sep 17 00:00:00 2001 From: sabadev Date: Sun, 25 Apr 2021 08:32:46 -0400 Subject: [PATCH] Justifying the text. --- src/StyleSheet.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/StyleSheet.hs b/src/StyleSheet.hs index ecbea91..bf7f30a 100644 --- a/src/StyleSheet.hs +++ b/src/StyleSheet.hs @@ -30,6 +30,7 @@ bodyStyle action themeColor = body ? do fontColor $ action 0.75 themeColor fontFamily ["Helvetica"] [sansSerif] fontWeight $ weight 300 + textAlign justify margin (px 0) auto auto auto maxWidth $ rem 48 padding (rem 0.25) (rem 0.25) (rem 0.25) (rem 0.25) -- 2.20.1