mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
11 lines
167 B
CSS
11 lines
167 B
CSS
@import "toylang-syntax.css";
|
|
|
|
@media only screen and (max-width: 768px) {
|
|
.custom-mobile-hide {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
.ui.segment {
|
|
overflow-x: unset;
|
|
} |