diff --git a/app/root.tsx b/app/root.tsx
index 4e7edc8..8ab1ad7 100644
--- a/app/root.tsx
+++ b/app/root.tsx
@@ -158,6 +158,7 @@ function getMarkup(
               <meta name="dsn" content={loaderData.dsn} />
             ) : null}
             <meta name="theme-color" content="#00a8f8" />
+            <meta name="viewport" content="width=device-width, initial-scale=1.0" />
             {helmet?.meta?.toString()}
             {helmet?.title?.toString() ?? <title>Car Crushers</title>}
           </head>