Need help in proper spacing between brand name and wordings beneath it

I have used the below code

     <a href="#" class="navbar-brand">

                    <span><img style="width:50px; height:50px; display:inline-block;padding-bottom: 0px;" class="img-responsive" src="/images/ChakraLogo.jpg"></span>  Chakra Travels 
                    <span style="display:block;font-size:10px;margin-left:70px;">Travel to the infinite</span>
        </a>
        </div>

there is a gap between the brand name and the wordings beneath it
how to resolve it?

is this in a codepen or something we can look at?

1 Like

Why do you have span around the img tag? You may need to zero your padding on the text as well.