blob: ff44a9da1777fa09e566ac87ad990b3c2dfc88d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{-# LANGUAGE OverloadedStrings #-}
module Design.LoggedIn.Stat
( design
) where
import Clay
design :: Css
design = do
h1 ? paddingBottom (px 0)
".mean" ? marginBottom (em 1.5)
|