Add gradient and character spacing to hero title
Applied same styling as content row titles: - Gradient from #fafafa to #9ca3af - letter-spacing: 0.05em (5% character spacing) - Used background-clip: text for gradient effect - Maintains uppercase and bold styling Hero title now matches the visual language of section titles. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -99,7 +99,7 @@
|
||||
<div class="relative mx-auto px-4 md:px-8 h-full flex items-center pt-16" style="max-width: 90%;">
|
||||
<div class="max-w-2xl space-y-2.5 md:space-y-3 animate-fade-in">
|
||||
<!-- Title -->
|
||||
<h1 class="w-full text-3xl md:text-5xl lg:text-6xl font-bold drop-shadow-2xl leading-tight uppercase" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 700;">
|
||||
<h1 class="hero-title w-full text-3xl md:text-5xl lg:text-6xl font-bold drop-shadow-2xl leading-tight uppercase" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 700;">
|
||||
{{ featuredContent?.title || 'GOD BLESS BITCOIN' }}
|
||||
</h1>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user