Skip to content

Commit

Permalink
fix font size
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Ratushnyi committed Aug 15, 2024
1 parent a7b831e commit 4ce1c2c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/app/page.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}

.title {
font-size: 2.4rem;
font-size: 2.2rem;
font-weight: 700;
margin-bottom: 1.5rem;
}
Expand All @@ -25,7 +25,7 @@
}

.heading {
font-size: 2.4rem;
font-size: 2.2rem;
font-weight: 700;
margin-bottom: 1.5rem;
}
Expand Down
6 changes: 3 additions & 3 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ export default function Home() {

<main className={styles.main}>
<section id="about-me">
<h1 className={styles.title}>👋 hey, I&apos;m <RoughNotation show color="var(--G400)" type="highlight"><span className="white">{' '}Oleksandr Ratushnyi{' '}</span></RoughNotation></h1>
<h1 className={styles.title}>Hey, I&apos;m <RoughNotation show color="var(--G400)" type="highlight"><span className="white">{' '}Oleksandr Ratushnyi{' '}</span></RoughNotation></h1>
<Paragraph>
I&apos;m <RoughNotation animationDelay={500} show color="var(--G400)" strokeWidth={2} type="underline" padding={2}>javascript engineer</RoughNotation> from{" "}
<RoughNotation animationDelay={800} show type="underline" strokeWidth={2} padding={2} color="var(--B400)">🇺🇦{" "} Ukraine</RoughNotation> and I like{" "}
I&apos;m <RoughNotation animationDelay={500} show color="var(--G400)" strokeWidth={2} type="underline" padding={3}>javascript engineer</RoughNotation> from{" "}
<RoughNotation animationDelay={800} show type="underline" strokeWidth={2} padding={3} color="var(--B300)">🇺🇦{" "} Ukraine</RoughNotation> and I like{" "}
<Tag
Icon={BiLogoTypescript}
iconColor="#007acc"
Expand Down

1 comment on commit 4ce1c2c

@vercel
Copy link

@vercel vercel bot commented on 4ce1c2c Aug 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.