mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
10 lines
137 B
CSS
10 lines
137 B
CSS
@media only screen and (max-width: 768px) {
|
|
.custom-mobile-hide {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
.ui.segment {
|
|
overflow-x: unset;
|
|
}
|