diff --git a/src/Views/ForceDirectedGraph.elm b/src/Views/ForceDirectedGraph.elm index 2c5842e916606f44fa79a4df83adde1b63d0fa76..193f3be842a843921163f6c3bf73784371b3330c 100644 --- a/src/Views/ForceDirectedGraph.elm +++ b/src/Views/ForceDirectedGraph.elm @@ -101,7 +101,7 @@ view global local = ] , Html.div [ Html.Attributes.class "legend", style "width" "19%" ] [ Html.div [ style "display" "flex" ] - [ Html.h3 [] + [ Html.h3 [ style "margin-top" "0rem", style "margin-bottom" "0rem",style "align-content" "center" ] [ Html.text "Legende" ] , if not <| local.highlight == "" then