From 2fa206f86603eebd199a3a85f9e797ae9c941cff Mon Sep 17 00:00:00 2001 From: Fockskraft Date: Mon, 4 May 2026 18:43:54 +0200 Subject: [PATCH] Make Gradient bigger and Center Searchbar vertically --- src/static/css/main.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/static/css/main.css b/src/static/css/main.css index 77ce7d5..b4b14de 100644 --- a/src/static/css/main.css +++ b/src/static/css/main.css @@ -6,7 +6,9 @@ body { background: radial-gradient(ellipse at 40% 60%, rgba(255,255,255,0.55) 0%, transparent 75%), linear-gradient(160deg, #c8d8f0, #7aa0d8, #5077C7, #dce8f8); - padding-bottom: 40px; + height: 300px; + display: flex; + flex-direction: column; } header { @@ -30,7 +32,7 @@ header p { form { display: flex; justify-content: center; - margin-top: 20px; + margin-top: 60px; width: 100%; }