Fixed responsive issue for tablet devices
This commit is contained in:
parent
ec4b47ccb6
commit
7359703de8
1 changed files with 7 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue