Skip to content

Commit

Permalink
Merge pull request anse-app#185 from youhunwl/main
Browse files Browse the repository at this point in the history
chore: Mobile terminal scaling setup
  • Loading branch information
ddiu8081 authored Mar 8, 2023
2 parents 12d7383 + 4ed74da commit 36ea7e1
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 @@ -11,7 +11,7 @@ const { title } = Astro.props;
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<meta name="viewport" content="width=device-width, initial-scale=1.0,viewport-fit=cover">
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="generator" content={Astro.generator} />
<title>{title}</title>
Expand Down

0 comments on commit 36ea7e1

Please sign in to comment.