Currently, I am working on Ruby On Rails and incorporating Bootstrap 5 into my .html.erb
file.
I noticed that there is extra padding:
that includes additional padding
How can I achieve a similar result like this:
Here's the code snippet:
<div class="alert alert-primary">
<%= link_to 'Sign in to your account', sign_in_path, class: 'sign-up-text' %>
</div>