diff options
Diffstat (limited to 'design')
-rw-r--r-- | design/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/design/Main.hs b/design/Main.hs index 0af225d..b057cb4 100644 --- a/design/Main.hs +++ b/design/Main.hs @@ -19,7 +19,7 @@ main = putCss $ do mobile $ fontSize (px 14) desktop $ fontSize (px 18) - "a.header" ? do + ".header" ? do display block sym2 padding (px 15) (px 0) sym2 margin (px 0) auto |