mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-18 19:21:29 +03:00
Use a header element to demarcate the, uh, header
This commit is contained in:
parent
2d564609e7
commit
77d7d79a99
@ -167,12 +167,13 @@ view_ example =
|
||||
|> Attributes.class
|
||||
, Attributes.id (String.replace "." "-" example.name)
|
||||
]
|
||||
[ Html.div
|
||||
[ Html.header
|
||||
[ Attributes.css
|
||||
[ displayFlex
|
||||
, alignItems center
|
||||
, justifyContent flexStart
|
||||
, flexWrap Css.wrap
|
||||
, Css.marginBottom (Css.px 20)
|
||||
]
|
||||
]
|
||||
[ Heading.h1 [] [ Html.text (fullName example) ]
|
||||
|
Loading…
Reference in New Issue
Block a user