10 lines
152 B
CSS
10 lines
152 B
CSS
@media only screen and (max-width: 768px), only screen and (max-height: 700px) {
|
|
.hidden-on-mobile {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|