aboutsummaryrefslogtreecommitdiff
path: root/css/Project.hs
diff options
context:
space:
mode:
Diffstat (limited to 'css/Project.hs')
-rw-r--r--css/Project.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/css/Project.hs b/css/Project.hs
index 99ddbd4..4d17e42 100644
--- a/css/Project.hs
+++ b/css/Project.hs
@@ -4,6 +4,7 @@ module Project
( style
) where
+import qualified Color
import Clay hiding (style)
style :: Css
@@ -11,3 +12,8 @@ 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)