Make Gradient bigger and Center Searchbar vertically

This commit is contained in:
2026-05-04 18:43:54 +02:00
parent 95948f11ec
commit 2fa206f866
+4 -2
View File
@@ -6,7 +6,9 @@ body {
background: background:
radial-gradient(ellipse at 40% 60%, rgba(255,255,255,0.55) 0%, transparent 75%), radial-gradient(ellipse at 40% 60%, rgba(255,255,255,0.55) 0%, transparent 75%),
linear-gradient(160deg, #c8d8f0, #7aa0d8, #5077C7, #dce8f8); linear-gradient(160deg, #c8d8f0, #7aa0d8, #5077C7, #dce8f8);
padding-bottom: 40px; height: 300px;
display: flex;
flex-direction: column;
} }
header { header {
@@ -30,7 +32,7 @@ header p {
form { form {
display: flex; display: flex;
justify-content: center; justify-content: center;
margin-top: 20px; margin-top: 60px;
width: 100%; width: 100%;
} }