Yep, just open the CSS file of the theme you currently use and delete the desktop styles.
For example, if you use the “sm-blue” theme, open “sm-blue.css”, find and delete the following media query (including all the rules inside it):
@media (min-width: 768px) {
...
}