I've been exploring Bootstrap 5 and encountered an issue while trying to change the font-size of the navbar-brand element. Despite my efforts, the font-size remained unchanged. Additionally, attempts to add padding to the navbar-brand did not result in any padding being applied on the top or bottom.
.navbar-brand {
font-family: "Ubuntu";
font-size: 2.5rem;
font-weight: bold;
<link href="https://cdn.jsdelivr.net/npm/<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="e0828f8f949394928190a0d5ced0ced1">[email protected]</a>/dist/css/bootstrap.min.css" rel="stylesheet"/>
<a class="navbar-brand" href="#">tindog</a>