From 291c4524454040d2eec9b38397a7df0240879a57 Mon Sep 17 00:00:00 2001 From: Aroyan Date: Fri, 27 Aug 2021 16:40:51 +0700 Subject: [PATCH] Fixed bg bug & change min-width of desktop view to 629px --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 44c52d4..297c3fd 100644 --- a/style.css +++ b/style.css @@ -187,7 +187,7 @@ section p { /*Desktop view*/ -@media screen and (min-width: 769px) { +@media screen and (min-width: 629px) { body { background-image: url(./images/bg-desktop.svg); background-repeat: no-repeat;