mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-08-20 16:12:16 +00:00
fix: prevent hero title descender clipping, replace <br> with styled <span> for second line across all locales
This commit is contained in:
+6
-1
@@ -233,12 +233,17 @@ nav {
|
||||
font-weight: 800;
|
||||
line-height: 1.1;
|
||||
margin-bottom: 1.5rem;
|
||||
padding-bottom: 0.08em;
|
||||
padding-bottom: 0.1em;
|
||||
background: linear-gradient(to bottom, #fff 40%, #6366f1);
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
}
|
||||
|
||||
.hero-text h1 .hero-line2 {
|
||||
display: block;
|
||||
margin-top: 0.2em;
|
||||
}
|
||||
|
||||
.hero-text p, .hero-subtitle {
|
||||
font-size: 1.25rem;
|
||||
color: var(--text-muted);
|
||||
|
||||
Reference in New Issue
Block a user