Horizontally center page content

This commit is contained in:
Jasper Woudenberg 2018-05-01 17:44:55 +02:00
parent f8bd18a8a0
commit b262a7a108

View File

@ -162,6 +162,9 @@ viewContainer : List (Html.Styled.Html msg) -> Html.Styled.Html msg
viewContainer =
Html.Styled.styled Html.Styled.div
[ marginTop (px 80)
, displayFlex
, flexDirection column
, alignItems center
]
[]