From 4d78a742e10440807379ee33c90628000489c86c Mon Sep 17 00:00:00 2001 From: "johannes.vos" Date: Wed, 6 May 2026 14:40:31 +0200 Subject: [PATCH] Make h1 bigger --- src/static/css/main.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/static/css/main.css b/src/static/css/main.css index e1ee1c0..43ba208 100644 --- a/src/static/css/main.css +++ b/src/static/css/main.css @@ -6,7 +6,7 @@ body { background: radial-gradient(ellipse at 40% 60%, rgba(255,255,255,0.55) 0%, transparent 75%), linear-gradient(160deg, #c8d8f0, #7aa0d8, #5077C7, #dce8f8); - height: 300px; + height: 400px; display: flex; flex-direction: column; } @@ -22,6 +22,8 @@ body { -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; + font-size: 6rem; + margin-bottom: 0; } .slogan{