Make h1 bigger

This commit is contained in:
2026-05-06 14:40:31 +02:00
parent ddad350e6d
commit 4d78a742e1
+3 -1
View File
@@ -6,7 +6,7 @@ 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);
height: 300px; height: 400px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }
@@ -22,6 +22,8 @@ body {
-webkit-background-clip: text; -webkit-background-clip: text;
-webkit-text-fill-color: transparent; -webkit-text-fill-color: transparent;
background-clip: text; background-clip: text;
font-size: 6rem;
margin-bottom: 0;
} }
.slogan{ .slogan{