Bring mobile styling of shared documents inline with regular documents

This commit is contained in:
Tom Moor
2018-07-21 10:18:39 -07:00
parent e20232a869
commit b3662cc35c
2 changed files with 3 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ const PageTitle = ({ title, favicon }: Props) => (
href={favicon || '/favicon-32.png'}
sizes="32x32"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</Helmet>
);