🎨 elm-format root
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
module ElmHub.Css (..) where
|
||||
module ElmHub.Css exposing (..)
|
||||
|
||||
import Css exposing (..)
|
||||
|
||||
|
||||
css =
|
||||
stylesheet
|
||||
[ ((.) "content")
|
||||
[ width (px 960)
|
||||
, margin2 zero auto
|
||||
, padding (px 30)
|
||||
, fontFamilies [ "Helvetica", "Arial", "serif" ]
|
||||
stylesheet
|
||||
[ ((.) "content")
|
||||
[ width (px 960)
|
||||
, margin2 zero auto
|
||||
, padding (px 30)
|
||||
, fontFamilies [ "Helvetica", "Arial", "serif" ]
|
||||
]
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user