5 lines
83 B
CSS
5 lines
83 B
CSS
|
@media screen and (max-width: 600px) {
|
||
|
.hide-on-mobile {
|
||
|
display: none;
|
||
|
}
|
||
|
}
|