Skip to content

Commit

Permalink
fix font size and letter spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
oussa committed Jan 29, 2025
1 parent 4e9aa5c commit ee7dc9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@ export const App: React.FC<AppProps> = () => {
color: settings.mainTextColor
}}
>
<div className="text-5xl mb-2 tracking-wide text-center font-bold" style={{ color: settings.mainTextColor }}>
<div className="text-[4em] mb-2 text-center font-bold tracking-[3px] leading-normal" style={{ color: settings.mainTextColor }}>
{settings.text}
</div>
<div className="text-5xl font-bold mt-4 font-mono text-center tracking-wider" style={{ color: settings.mainTextColor }}>
<div className="text-[4em] font-bold mt-4 font-mono text-center tracking-wider" style={{ color: settings.mainTextColor }}>
{age}
</div>
<Button
Expand Down

0 comments on commit ee7dc9b

Please sign in to comment.