We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a73fc7 commit d46580aCopy full SHA for d46580a
components/Intro.tsx
@@ -25,7 +25,7 @@ const Intro = (props: Props) => {
25
<div className="h-auto flex flex-col md:flex-row md:space-x-10 space-y-10 align-center md:space-between">
26
<div className="md:w-2/3">
27
<TypeIt
28
- className="text-5xl md:text-8xl leading-relaxed"
+ className="text-4xl md:text-6xl leading-relaxed"
29
element={"h1"}
30
options={{
31
cursor: false,
0 commit comments