Skip to content

Commit d46580a

Browse files
committed
made text smaller
1 parent 9a73fc7 commit d46580a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Intro.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const Intro = (props: Props) => {
2525
<div className="h-auto flex flex-col md:flex-row md:space-x-10 space-y-10 align-center md:space-between">
2626
<div className="md:w-2/3">
2727
<TypeIt
28-
className="text-5xl md:text-8xl leading-relaxed"
28+
className="text-4xl md:text-6xl leading-relaxed"
2929
element={"h1"}
3030
options={{
3131
cursor: false,

0 commit comments

Comments
 (0)