Skip to content

Commit 63594db

Browse files
committed
Width fix
1 parent a8c94ab commit 63594db

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/layouts/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export default ({ children }) => (
3030
<Helmet>
3131
<title>{site.siteMetadata.title}</title>
3232
<link rel="me" href="https://mastodon.social/@testingrequired" />
33+
<meta name="viewport" content="width=device-width" />
3334
</Helmet>
3435

3536
<Header fullscreen={location.pathname === '/'}>

0 commit comments

Comments
 (0)