From e021f3419b5e89181833db6b95e20d89f5ca8cfb Mon Sep 17 00:00:00 2001 From: matt Date: Sat, 1 Feb 2025 10:14:08 +0100 Subject: [PATCH] neu --- index.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 5e9e4e7..dfc3fce 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,6 @@ margin: 0; display: flex; flex-direction: column; - justify-content: center; align-items: center; text-align: center; } @@ -43,11 +42,7 @@ font-family: 'Titillium'; } - h1 { - text-align: center; - } - - h2 { + h1, h2, h3 { text-align: center; } @@ -60,6 +55,7 @@ display: flex; align-items: center; gap: 8px; + margin-top: 20px; /* Abstand zum oberen Inhalt */ } .button:hover {