Remove unneccessary styles

This commit is contained in:
Tessa Kelly 2022-03-25 13:32:48 -07:00
parent 6a2faef2b4
commit 2d564609e7

View File

@ -173,8 +173,6 @@ view_ example =
, alignItems center , alignItems center
, justifyContent flexStart , justifyContent flexStart
, flexWrap Css.wrap , flexWrap Css.wrap
, Fonts.baseFont
, descendants [ Css.Global.a [ textDecoration none ] ]
] ]
] ]
[ Heading.h1 [] [ Html.text (fullName example) ] [ Heading.h1 [] [ Html.text (fullName example) ]