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

Commit

Permalink
Make transition durations consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
rojvv committed Aug 3, 2023
1 parent 8ed07a7 commit d55cc68
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">
<a href="/" class="font-['Red_Hat_Display'] 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">
<a href="/" class="font-['Red_Hat_Display'] text-xl font-bold hover:opacity-70 duration-75">
grammY <span class="opacity-30">tools</span>
</a>
)
Expand Down

0 comments on commit d55cc68

Please sign in to comment.