From 7359703de8af337b37ab2d63b60f22a502195e4f Mon Sep 17 00:00:00 2001 From: PCoder Date: Mon, 17 Jul 2017 02:51:49 +0530 Subject: [PATCH] Fixed responsive issue for tablet devices --- hosting/static/hosting/css/landing-page.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/hosting/static/hosting/css/landing-page.css b/hosting/static/hosting/css/landing-page.css index 23189492..b61b48e8 100644 --- a/hosting/static/hosting/css/landing-page.css +++ b/hosting/static/hosting/css/landing-page.css @@ -657,11 +657,17 @@ a.unlink:hover { } .content-dashboard { - width: auto !important; + /*width: auto !important;*/ } } +@media only screen and (max-width: 1040px) and (min-width: 768px) { + .content-dashboard { + width: 96% !important; + } +} + @media only screen and (max-width: 1330px) and (min-width: 1200px) { .content-dashboard { width: 100% !important;