My portfolio website uses rows to display full-width images. These look fine on my desktop and ipad but once viewed on a phone there seems to be margins on the left and right.
Here's the code:
<section class="no-padding" id="portfolio">
<div class="container-fluid">
<div class="row no-gutter">
<div class="col-xs-12">
<img src="img/focus.jpg" class="img-responsive" alt="Focus Ireland"></a>
</div>
</div>
</div>
</section>
The site is live at http://www.burnser.com/index.html
Any help would be most grateful. Thanks in advance.