From 37f928c9140b9d112e0c0d2d3265d2220411d03e Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 18 Feb 2019 13:53:45 -0800 Subject: ibb: add responsive, pinterest-like card layout --- ibb/Main.hs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ibb/Main.hs b/ibb/Main.hs index 05e7738..b24c822 100644 --- a/ibb/Main.hs +++ b/ibb/Main.hs @@ -34,7 +34,7 @@ routes = do displayPerson :: Person -> Markup displayPerson person = [shamlet| -
+

@@ -58,6 +58,8 @@ homepage :: Markup homepage = [shamlet| + + Get new book recommendations from the world's influencers in your email. -
+
$forall person <- allPeople #{displayPerson person} |] -- cgit v1.2.3