mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-26 07:04:33 +03:00
Horizontally center page content
This commit is contained in:
parent
f8bd18a8a0
commit
b262a7a108
@ -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
|
||||
]
|
||||
[]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user