Fixed responsive issue for tablet devices

This commit is contained in:
PCoder 2017-07-17 02:51:49 +05:30
parent ec4b47ccb6
commit 7359703de8

View file

@ -657,11 +657,17 @@ a.unlink:hover {
} }
.content-dashboard { .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) { @media only screen and (max-width: 1330px) and (min-width: 1200px) {
.content-dashboard { .content-dashboard {
width: 100% !important; width: 100% !important;