I'm currently working on the this page. Can someone explain to me why the site won't be rendered correctly on a smartphone? The medium Query is shown instead of the small.
I integrated the foundation js-files like so:
<script src="files/bower_components/foundation/js/foundation.min.js"></script>
<script src="files/bower_components/jquery-ui/jquery-ui.min.js"></script>
and the css files (foundation, settings) are imported into my style.scss file.
I did the same on another page but there everything is working well.
Thanks for every answer!