frontend/BlogEntry: make blog width 8 wide

This commit is contained in:
Cadey Ratio 2016-12-14 13:59:08 -08:00
parent 00871d70fc
commit 013d9bf1b8
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ view { id: id, status: status, post: (Post post) } =
(Just _) ->
div [ className "row" ]
[ h1 [] [ text status ]
, div [ className "col s6 offset-s3" ]
, div [ className "col s8 offset-s2" ]
[ p [ id_ "blogpost" ] [ text post.body ] ]
]