Use a header element to demarcate the, uh, header

This commit is contained in:
Tessa Kelly 2022-03-25 13:35:06 -07:00
parent 2d564609e7
commit 77d7d79a99

View File

@ -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) ]