Beautify the CSS

This commit is contained in:
Christine Dodrill 2015-07-29 18:56:46 -07:00
parent e0d159eab4
commit fe1a4dc87a
1 changed files with 12 additions and 3 deletions

View File

@ -2,9 +2,18 @@
module Within.DBMemorial.CSS.Base where
import Clay hiding (render)
import Clay ()
import Clay hiding (render)
import Clay ()
import Prelude hiding (div)
render :: Css
render = do
".card" ? padding nil nil nil nil
".card" ?
padding nil nil nil nil
div ?
overflow hidden
img ? do
minWidth (pct 100)
height auto