From 162e4033ae30036556d73256c01dfcfecbbdc66b Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Tue, 22 Mar 2022 21:35:02 +0100 Subject: [PATCH] 'max-device-width' is deprecated --- html/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/header.html b/html/header.html index 09b3cd8..76d4cdc 100644 --- a/html/header.html +++ b/html/header.html @@ -48,7 +48,7 @@ text-align: center; } - @media only screen and (max-device-width: 600px) { + @media only screen and (max-width: 1000px) { body { margin: 0 1em 0 1em; font-size: 3em;