Skip to content

Commit

Permalink
Update header font size in mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
hamitaksln committed Nov 22, 2023
1 parent f43ebce commit d1173b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/TaxCalculator.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,9 @@ export default function TaxCalculator() {
<div className="hero mt-0 sm:mt-6">
<div className="hero-content text-center">
<div className="max-w-md space-y-4 sm:space-y-16">
<h1 className="text-5xl font-bold">2023 Gelir Vergisi Hesaplama</h1>
<h1 className="sm:text-5xl text-2xl font-bold">
2023 Gelir Vergisi Hesaplama
</h1>
<TaxForm />
</div>
</div>
Expand Down

0 comments on commit d1173b6

Please sign in to comment.