diff --git a/404.html b/404.html
index c9b936e..574bf21 100644
--- a/404.html
+++ b/404.html
@@ -13,6 +13,10 @@ background-image: linear-gradient(90deg, rgba(74,111,40,.3) 50%, transparent 50%
linear-gradient(rgba(62,92,32,.2) 50%, transparent 50%);
background-size: 20px 20px;
}
-
+@media (min-width:767px){
+body {
+background-size: 30px 30px;
+}
+