From 8ce86943bb878802bbc0feb5e6855cfd0e3394a3 Mon Sep 17 00:00:00 2001 From: Abdulawwal Intisor Date: Wed, 9 Oct 2024 01:07:12 +0100 Subject: [PATCH] Update Index.cshtml --- Views/Home/Index.cshtml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Views/Home/Index.cshtml b/Views/Home/Index.cshtml index fe787ac..964c351 100644 --- a/Views/Home/Index.cshtml +++ b/Views/Home/Index.cshtml @@ -84,11 +84,4 @@ .results-wrapper { overflow-x: auto; } - - @media (max-width: 768px) { - .results-wrapper { - max-width: 100%; - overflow-x: scroll; - } - }