projects
/
website.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ecd860
)
Justifying the text.
author
sabadev
<dev@sabadev.xyz>
Sun, 25 Apr 2021 12:32:46 +0000
(08:32 -0400)
committer
sabadev
<dev@sabadev.xyz>
Sun, 25 Apr 2021 12:32:46 +0000
(08:32 -0400)
src/StyleSheet.hs
patch
|
blob
|
history
diff --git
a/src/StyleSheet.hs
b/src/StyleSheet.hs
index
ecbea91
..
bf7f30a
100644
(file)
--- 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)