#263 improve responsiveness

This commit is contained in:
Mario Romano
2016-06-23 15:40:38 +01:00
parent 57992af85a
commit d8db1ae0b3
@@ -93,22 +93,13 @@
/* mobile phone */ /* mobile phone */
@media all and (max-width: 768px) { @media all and (max-width: 768px) {
.desktop-only {
:host th.desktop-only .cell-value {
display: none;
}
:host td.desktop-only .cell-value {
display: none; display: none;
} }
} }
@media (max-device-width: 768px){ @media (max-device-width: 768px){
:host th.desktop-only .cell-value { .desktop-only {
display: none;
}
:host td.desktop-only .cell-value {
display: none; display: none;
} }
} }