Files
Toy/_includes/styles/custom.css
2025-01-22 10:14:52 +11:00

9 lines
136 B
CSS

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