diff options
Diffstat (limited to 'css/NotFound.hs')
-rw-r--r-- | css/NotFound.hs | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/css/NotFound.hs b/css/NotFound.hs deleted file mode 100644 index ee8a0af..0000000 --- a/css/NotFound.hs +++ /dev/null @@ -1,20 +0,0 @@ -{-# LANGUAGE OverloadedStrings #-} - -module Design.NotFound - ( notFoundCss - ) where - -import Clay - -notFoundCss :: Css -notFoundCss = - - ".notFoundPage" ? do - - h1 ? do - fontSize (px 40) - fontWeight bold - margin (px 20) (px 20) (px 20) (px 20) - - p ? - margin (px 20) (px 20) (px 20) (px 20) |