From db05f6da2c6d25e8e42b69183eb801e8f3a2aa33 Mon Sep 17 00:00:00 2001 From: mint Date: Sun, 7 Nov 2021 22:50:41 -0300 Subject: [PATCH] adjusted width for small screen fixes --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index d23e639..120bc19 100644 --- a/index.html +++ b/index.html @@ -86,7 +86,7 @@ border-radius: 16px; } - @media screen and (max-width: 600px) { + @media screen and (max-width: 800px) { #about { background-size: cover; background-position: auto;