I included a css. It work fine on the “desktop view”, but doesn’t do anything at the “mobile view”. Even if I use “@media only screen and (max-width: 600px) {}” in the css. What do I do wrong here?
OnScriptInt
?>
<!-- CSS Files -->
<link rel=‘stylesheet’ type=‘text/css’ href="<?php echo sc_url_library(‘prj’, ‘test’, ‘css/style.css’); ?>" />
<?php