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;