Skip to content

Commit

Permalink
fix: font size main font
Browse files Browse the repository at this point in the history
  • Loading branch information
JayeshVP24 committed Feb 12, 2024
1 parent fd5c42b commit f66f88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/ui/FontCard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div class="flex flex-col items-center border sm:flex-row">
<h2
class={`relative overflow-hidden py-6 sm:py-12 text-center text-xl sm:w-2/4
text-3xl fontalt-${font.main.title}`}
md:text-3xl fontalt-${font.main.title}`}
>
<span
class={cn(
Expand Down

0 comments on commit f66f88b

Please sign in to comment.