Created
May 25, 2021 12:57
-
-
Save NduatiK/039b814e2ec4da5c8c85f929c831ba2b to your computer and use it in GitHub Desktop.
Center Wrap ElmUI
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
centerWrap : Attribute msg | |
centerWrap = | |
Html.Attributes.class "centerWrap" | |
|> htmlAttribute | |
.centerWrap>div.wrp { | |
justify-content: center !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment