You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed that .navbar-brand is too wide. When I click on the "empty" space, I'm still able to activate link in navbar brand. It's not a problem when I have only logo on my navbar, but when I want to have an hamburger icon it's difficult to click on it. You can simply fix it by adding "align-self: flex-start;" to .navbar-brand
The text was updated successfully, but these errors were encountered:
I have noticed that .navbar-brand is too wide. When I click on the "empty" space, I'm still able to activate link in navbar brand. It's not a problem when I have only logo on my navbar, but when I want to have an hamburger icon it's difficult to click on it. You can simply fix it by adding "align-self: flex-start;" to .navbar-brand
The text was updated successfully, but these errors were encountered: