From 58eb40fd80d62e096bda67eaf9e7eabaa644f338 Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Sun, 28 May 2017 00:13:02 -0700 Subject: [PATCH] increase media query px --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index b29daff..6ac4d76 100644 --- a/index.html +++ b/index.html @@ -241,7 +241,7 @@ opacity: 1; } - @media (min-width: 850px) { + @media (min-width: 1000px) { .overlay { display: flex; justify-content: center;