Skip to content

Commit

Permalink
chore: styling details
Browse files Browse the repository at this point in the history
  • Loading branch information
CNSeniorious000 committed Aug 26, 2024
1 parent b1e27e3 commit 1305368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const origin = Astro.request.headers.get('host')
<head>
<meta charset="UTF-8" />
<meta name="X-Frame-Options" content="sameorigin">
<meta name="viewport" content="width=device-width,initial-scale=1.0,viewport-fit=cover">
<meta name="viewport" content="width=device-width,initial-scale=1.0,viewport-fit=cover,interactive-widget=resizes-content">
<link rel="icon" type="image/svg+xml" href="/icon.svg">
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="320x320">
<meta name="theme-color" content="#212129">
Expand Down

1 comment on commit 1305368

@vercel
Copy link

@vercel vercel bot commented on 1305368 Aug 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.