Skip to content

Commit

Permalink
style: adjust Title component font size for better responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro-balades committed Dec 11, 2024
1 parent d69ac06 commit 7cde47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Title.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ const { class: className } = Astro.props
font-style: normal;
font-feature-settings: 'swsh' 1;

@apply text-3xl md:text-4xl lg:text-5xl xl:text-6xl;
@apply text-xl lg:text-5xl xl:text-6xl;
}
</style>

0 comments on commit 7cde47a

Please sign in to comment.