Rename 12 to 14 and 11 to 13
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
module ElmHubCss exposing (..)
|
||||
|
||||
import Css exposing (..)
|
||||
|
||||
|
||||
css : Stylesheet
|
||||
css =
|
||||
stylesheet
|
||||
[ ((.) "content")
|
||||
[ width (px 960)
|
||||
, margin2 zero auto
|
||||
, padding (px 30)
|
||||
, fontFamilies [ "Helvetica", "Arial", "serif" ]
|
||||
]
|
||||
]
|
||||
Reference in New Issue
Block a user