From 23f04635cc26e1b0553088f28553f518488a9fc8 Mon Sep 17 00:00:00 2001 From: Joris Date: Wed, 1 May 2019 15:52:32 +0200 Subject: Setup personal page with Hakyll --- css/Project.hs | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 css/Project.hs (limited to 'css/Project.hs') diff --git a/css/Project.hs b/css/Project.hs new file mode 100644 index 0000000..99ddbd4 --- /dev/null +++ b/css/Project.hs @@ -0,0 +1,13 @@ +{-# LANGUAGE OverloadedStrings #-} + +module Project + ( style + ) where + +import Clay hiding (style) + +style :: Css +style = do + + ".Project__Body" ? do + marginTop (px 20) -- cgit v1.2.3