fix: prevent hero title descender clipping by adding padding-bottom to h1

This commit is contained in:
Timo
2026-06-09 20:55:18 +02:00
parent 03d5dbda66
commit 39fe2cbd11
21 changed files with 38 additions and 37 deletions
+1
View File
@@ -233,6 +233,7 @@ nav {
font-weight: 800;
line-height: 1.1;
margin-bottom: 1.5rem;
padding-bottom: 0.08em;
background: linear-gradient(to bottom, #fff 40%, #6366f1);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;