From 5fb80b666559c0077802c880dbed14bb11a3979a Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Fri, 27 May 2022 11:28:34 +0500 Subject: [PATCH] update responsive media query to incorporate larger viewports --- themes/lumbung-theme/static/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/lumbung-theme/static/css/main.css b/themes/lumbung-theme/static/css/main.css index d07f011..d998e00 100644 --- a/themes/lumbung-theme/static/css/main.css +++ b/themes/lumbung-theme/static/css/main.css @@ -1013,7 +1013,7 @@ footer a:hover { /* mobile styles */ -@media (max-width: 768px) { +@media (max-width: 1783px) { body { display: initial; }