Justifying the text.
authorsabadev <dev@sabadev.xyz>
Sun, 25 Apr 2021 12:32:46 +0000 (08:32 -0400)
committersabadev <dev@sabadev.xyz>
Sun, 25 Apr 2021 12:32:46 +0000 (08:32 -0400)
src/StyleSheet.hs

index ecbea91..bf7f30a 100644 (file)
@@ -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)