Is there a way to change the max-width
of a bootstrap container without modifying the code?
I attempted to set the max-width of the container to 540px, but it keeps defaulting to 1140px;
Code:
<div class="container-sm">
<div class="border border-primary">
<p>This content should be limited to 540px in width</p>
</div>
</div>
Result: