Skip to content
Snippets Groups Projects
Commit 5d5610e3 authored by Aamon Paul Hoffmann's avatar Aamon Paul Hoffmann
Browse files

remove margin of h2

parent 4d7231e1
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ view : Global -> Local.Model -> Html Msg
view global local =
Html.div [ style "width" "100%" ]
[ Html.div [ style "display" "flex", style "flex-direction" "row", style "align-items" "center" ]
[ Html.h2 []
[ Html.h2 [ style "margin" "0" ]
[ Html.text "Force directed Graph" ]
, Html.button [ Local.RecalcStart |> propagate |> onClick, style "margin-left" "auto" ]
[ Html.i [ Html.Attributes.class "fa-solid fa-repeat fa-xl" ] [] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment