Files
Toy/_includes/styles/custom.css
2025-01-22 09:59:47 +11:00

6 lines
100 B
CSS

@media only screen and (max-width: 768px) {
.custom-mobile-hide {
display: none !important;
}
}