aboutsummaryrefslogtreecommitdiff
path: root/css/Project.hs
diff options
context:
space:
mode:
authorJoris2020-10-31 15:24:26 +0100
committerJoris2020-10-31 15:24:26 +0100
commit1e167679f6827c7119d616633b21fffef269cd75 (patch)
tree9c846c03913366936a093976a329e7a774002283 /css/Project.hs
parentc9c0a6e8651da823b41e4186a736f2dbb48919db (diff)
Use only HTML and CSS
Diffstat (limited to 'css/Project.hs')
-rw-r--r--css/Project.hs19
1 files changed, 0 insertions, 19 deletions
diff --git a/css/Project.hs b/css/Project.hs
deleted file mode 100644
index 4d17e42..0000000
--- a/css/Project.hs
+++ /dev/null
@@ -1,19 +0,0 @@
-{-# LANGUAGE OverloadedStrings #-}
-
-module Project
- ( style
- ) where
-
-import qualified Color
-import Clay hiding (style)
-
-style :: Css
-style = do
-
- ".Project__Body" ? do
- marginTop (px 20)
-
- ".Project__Body" ? img ? do
- border solid (px 1) Color.gray
- sym borderRadius (px 8)
- width (pct 100)