diff options
author | Ben Sima <ben@bsima.me> | 2020-12-24 14:24:16 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-12-24 14:24:16 -0500 |
commit | 6eaaf3d8ce6025932990de6fa697d14c9651be76 (patch) | |
tree | 65ca4a0dd0393db98d9a6067bbbef789469e8122 /Hero/Look | |
parent | 6a4a8aa37044d578c95dea145b9605908b8dc28d (diff) |
linting fixes and cleanup
Diffstat (limited to 'Hero/Look')
-rw-r--r-- | Hero/Look/Typography.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Hero/Look/Typography.hs b/Hero/Look/Typography.hs index 7c28f21..603e78b 100644 --- a/Hero/Look/Typography.hs +++ b/Hero/Look/Typography.hs @@ -44,7 +44,7 @@ upper = textTransform uppercase -- | apparently "coat" is a synonym for "size" coat :: Double -> Css -coat = fontSize . Clay.rem +coat = fontSize <. Clay.rem fontRoot :: Text fontRoot = Pack.cdnEdge <> "/old-assets/fonts/eurostile/Eurostile" |