From 1e167679f6827c7119d616633b21fffef269cd75 Mon Sep 17 00:00:00 2001 From: Joris Date: Sat, 31 Oct 2020 15:24:26 +0100 Subject: Use only HTML and CSS --- css/Project.hs | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 css/Project.hs (limited to 'css/Project.hs') 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) -- cgit v1.2.3