Skip to content

Commit

Permalink
minor accessibility improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
alireza-ahmadi committed Aug 13, 2024
1 parent 416feb4 commit 671b93c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/layouts/container-layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const { isInternalPage = false } = Astro.props;
<link rel="icon" type="image/png" href="/favicon-96x96.png" />
<meta
name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
content="width=device-width, initial-scale=1.0, maximum-scale=5.0, minimum-scale=1.0"
/>
<meta name="generator" content={Astro.generator} />
<!-- Preload The Web Font -->
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const notes = (
<li class="flex flex-col justify-start items-start gap-1 py-2">
<a
href={`/notes/${note.slug}`}
class="font-normal text-lg flex-grow-0 flex-shrink-0 underline decoration-2 underline-offset-1 hover:text-thistle-700"
class="font-normal text-lg flex-grow-0 flex-shrink-0 underline decoration-2 underline-offset-1 hover:text-thistle-700 leading-7"
transition:name={`title-${note.slug}`}
data-astro-prefetch
>
Expand Down

0 comments on commit 671b93c

Please sign in to comment.