@media screen and (max-width: 500px) {
    .hide-mobile {
        display: none;
    }
}
by Valeri Tandilashvili
4 years ago
CSS
responsive design
Learn CSS
1
Pro tip: use ```triple backticks around text``` to write in code fences