forked from cadey/xesite
frontend/BlogEntry: make blog width 8 wide
This commit is contained in:
parent
00871d70fc
commit
013d9bf1b8
|
@ -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 ] ]
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue