Skip to content

Commit 38916a1

Browse files
committed
Pitch Deck Update
1 parent 4b17bf1 commit 38916a1

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

PitchDeck/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,14 @@
141141
/* Text Gradients */
142142
.text-gradient {
143143
background: linear-gradient(135deg, #ffffff 0%, #a1a1aa 100%);
144+
background-clip: text;
144145
-webkit-background-clip: text;
145146
-webkit-text-fill-color: transparent;
146147
}
147148

148149
.text-gradient-volt {
149150
background: linear-gradient(135deg, #D4FF00 0%, #10B981 100%);
151+
background-clip: text;
150152
-webkit-background-clip: text;
151153
-webkit-text-fill-color: transparent;
152154
}
@@ -195,8 +197,8 @@
195197
PROTOCOL LIVE
196198
</div>
197199

198-
<h1 class="font-display text-6xl md:text-8xl lg:text-6xl xl:text-8xl 2xl:text-9xl font-bold leading-tight tracking-tight mb-4 md:mb-8 animate-slide-up"
199-
style="animation-delay: 0.1s; max-width: 100%; word-break: break-word;">
200+
<h1 class="font-display text-5xl md:text-7xl lg:text-6xl xl:text-7xl 2xl:text-8xl font-bold leading-tight tracking-tight mb-4 md:mb-8 animate-slide-up"
201+
style="animation-delay: 0.1s; max-width: 100%;">
200202
CONQUER<br />
201203
<span class="text-gradient-volt">REALITY</span>
202204
</h1>

0 commit comments

Comments
 (0)