From 7aaab7be592aaff4f8416859fa086c3cffb4aff9 Mon Sep 17 00:00:00 2001
From: Florian Raab <florian.raab@student.uni-halle.de>
Date: Sun, 5 Jan 2025 13:28:38 +0100
Subject: [PATCH] ForceDirectedGraph: little style tweaks

---
 src/Views/ForceDirectedGraph.elm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Views/ForceDirectedGraph.elm b/src/Views/ForceDirectedGraph.elm
index 2c5842e..193f3be 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
-- 
GitLab