From 191512493b0645f85b04b879ec070d4ea913f2de Mon Sep 17 00:00:00 2001 From: Joris Date: Tue, 1 Aug 2017 00:38:56 +0200 Subject: Add mousse au chocolat receipe --- design/Main.hs | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'design') diff --git a/design/Main.hs b/design/Main.hs index 42c0815..cd0218e 100644 --- a/design/Main.hs +++ b/design/Main.hs @@ -79,8 +79,8 @@ main = putCss $ do "counter-reset" -: "ol" li ? do - desktop $ paddingLeft (px 30) - mobile $ paddingLeft (px 20) + desktop $ paddingLeft (px 40) + mobile $ paddingLeft (px 30) position relative textAlign justify before & do @@ -89,9 +89,14 @@ main = putCss $ do top (px 0) left (px 0) "counter-increment" -: "ol" - "content" -: "counter(ol)\".\"" + "content" -: "counter(ol)" marginRight (px 10) - color color1 + backgroundColor color1 + color white + sym borderRadius (pct 50) + fontWeight bold + width (em 1.6) + textAlign (alignSide sideCenter) mobile :: Css -> Css mobile = query Media.screen [ Media.maxWidth responsiveLimit ] -- cgit v1.2.3