Files
Toy/_includes/styles/custom.css
2025-02-02 17:00:55 +11:00

11 lines
174 B
CSS

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