diff --git a/frontend/components/Layout/Layout.js b/frontend/components/Layout/Layout.js
index 95caadec..290d598a 100644
--- a/frontend/components/Layout/Layout.js
+++ b/frontend/components/Layout/Layout.js
@@ -56,6 +56,12 @@ type Props = {
title={
this.props.titleText ? `${this.props.titleText} - Atlas` : 'Atlas'
}
+ meta={[
+ {
+ name: 'viewport',
+ content: 'width=device-width, initial-scale=1.0',
+ },
+ ]}
/>
{this.props.loading &&