Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Commit

Permalink
Fix font
Browse files Browse the repository at this point in the history
  • Loading branch information
rojvv committed Feb 4, 2024
1 parent 8a8ab0f commit 8c48dd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ const { title } = Astro.props;
<div class="mx-auto flex max-w-screen-sm select-none flex-col">
{
title && (
<a href="/" class="font-['Red_Hat_Display'] text-xs font-bold hover:opacity-70 duration-75">
<a href="/" class="text-xs font-bold hover:opacity-70 duration-75">
grammY <span class="opacity-30">tools</span>
</a>
)
}
{
!title && (
<a href="/" class="font-['Red_Hat_Display'] text-xl font-bold hover:opacity-70 duration-75">
<a href="/" class="text-xl font-bold hover:opacity-70 duration-75">
grammY <span class="opacity-30">tools</span>
</a>
)
Expand Down

0 comments on commit 8c48dd6

Please sign in to comment.