I have set up my layout with a Jumbotron that features a prominent call-to-action button.
<a href="#" class="btn btn-lg btn-success">Let's Purchase Something Elegant</a>
However, when viewed on an XS mobile screen, the button extends beyond the boundaries of the Jumbotron. You can see this in the screenshot provided:
I attempted to address this issue by adding a new row and column, and then changing the button class to 'btn-block'. While this does keep the button within the Jumbotron, the text still overflows.
Is there a way to adjust the size of the button specifically for small mobile screens? For example, transitioning from a large size to normal?