From: sabadev Date: Sun, 25 Apr 2021 12:32:46 +0000 (-0400) Subject: Justifying the text. X-Git-Url: http://sabadev.xyz:4321/?a=commitdiff_plain;h=60fd9b0716e380513ee0c0e1033753b6c06e4037;p=website.git Justifying the text. --- 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)