From f66538f1183ecdac30fe92ffccb8f3bdc4307ce5 Mon Sep 17 00:00:00 2001 From: matt Date: Sat, 1 Feb 2025 11:04:50 +0100 Subject: [PATCH] neu --- programmieren/spiele/Flappy-Witch/index.html | 4 ++++ 1 file changed, 4 insertions(+) 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;