Having an issue with my navigation bar design.
I'm currently working with Bootstrap 4 Beta and facing a problem when trying to adjust the navbar-expand-...
The current appearance of the navbar-brand looks like this:
COMPANY
NAME
However, I want it to look like this:
COMPANY NAME
EDIT:
Here is the code for the navbar:
<nav class="navbar navbar-expand-lg navbar-dark bg-dark" role="navigation">
<!-- Navigation Bar Brand -->
<span class="h2" class="navbar-brand mb-0">COMPANY NAME</span>