.navbar-brand {
float: left;
height: 50px;
padding: 15px 50px;
font-size: 18px;
line-height: 20px;
}
Is there another way of doing it? Cause I feel like my way is wrong.
Hey thanks for your reply, I just wanted eyes on the code from someone who knows what he or she is doing. I’m really new to all this so I don’t feel like I’m doing anything right.
Hard to write it all down but here’s my take – the more “natural” it’s built, so the less styling necessary, the cleaner it would be. Bootstrap already sets a few styles (you can check with developer tools) so I left these out.