diff --git a/programmieren/spiele/Flappy-Witch/index.html b/programmieren/spiele/Flappy-Witch/index.html index c19eb7a..d6e1401 100644 --- a/programmieren/spiele/Flappy-Witch/index.html +++ b/programmieren/spiele/Flappy-Witch/index.html @@ -31,6 +31,10 @@ text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 8px 10px -4px #503b89, 0 0 0 2px #562cce; font-size: 25px; + display: inline-flex; + align-items: center; + gap: 8px; + margin-top: 20px; /* Abstand zum oberen Inhalt */ } .icon path.bm { stroke-dasharray: 3;