1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13:00

Add meta tag to client apps to ensure they stretch to fill ios device screens

This commit is contained in:
Andrew Kingston 2021-09-09 11:55:46 +01:00
parent 26a0bf9c50
commit 57c69f233c

View file

@ -7,7 +7,10 @@
<svelte:head>
<meta charset="utf8" />
<meta name="viewport" content="width=device-width" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, viewport-fit=cover"
/>
<title>{title}</title>
<link rel="icon" type="image/png" href={favicon} />