{-# LANGUAGE OverloadedStrings #-} module Design.Name ( nameCss ) where import Clay nameCss :: Css nameCss = do fontWeight bold letterSpacing (px 10) margin (px 100) (px 0) (px 80) (px 0) lineHeight (em 1.2) fontSize (px 48)