I'm in the process of creating a flexible website design.
https://i.sstatic.net/68qW2.png
Everything seems to be going well so far. Here's what I have:
<div class="container">
<div class="products-block">
<h2>Products</h2>
<p>...content goes here...</p>
</div>
</div>
However, when I adjust the width to 768px, it appears that the container loses its padding.
https://i.sstatic.net/5COzB.png
Does the container's padding change based on the viewport size?