From 8d4ef81b0f8dffd3ad291f722fac7eb77537a121 Mon Sep 17 00:00:00 2001 From: "johannes.vos" Date: Wed, 6 May 2026 14:44:57 +0200 Subject: [PATCH] Move Slogan closer to h1 --- src/index.html | 4 ++-- src/static/css/main.css | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/index.html b/src/index.html index 100ed1a..e5af8ca 100644 --- a/src/index.html +++ b/src/index.html @@ -36,9 +36,9 @@ limitations under the License.
diff --git a/src/static/css/main.css b/src/static/css/main.css index 43ba208..b406005 100644 --- a/src/static/css/main.css +++ b/src/static/css/main.css @@ -16,18 +16,19 @@ body { } .global-header h1 { - display: inline-block; + display: block; margin-bottom: 0; background: linear-gradient(to right, #689BDB, #5F8DDC, #5077C7, #4562BE, #374FA5, #22298F); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; font-size: 6rem; - margin-bottom: 0; + padding: 0; + line-height: 1; } .slogan{ - margin-top: 0; + margin: 0; font-size: small; }