aboutsummaryrefslogtreecommitdiff
path: root/css/Project.hs
diff options
context:
space:
mode:
Diffstat (limited to 'css/Project.hs')
-rw-r--r--css/Project.hs13
1 files changed, 13 insertions, 0 deletions
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)