Known Participant
August 3, 2022
Answered
Lineheight in bootstrap
- August 3, 2022
- 3 replies
- 590 views
Dear All,
How can i reduce the lineheight inbetween the lines. And also want to make it responsive. Kindly help. Screenshot attached. Thanks in advance.
<header style="height:130px;background:#38578c;font-family:fantasy;font-size:50px; " class="fixed-top">
<div class="row ">
<div class="col-lg-12 d-flex justify-content-center">
<img src="images/bhc-logo.png" width="75" height="10" class="img-fluid" style="margin-right: 20px;">
<a class="navbar-brand" href="../index.html" style="color:#fff;font-size:35px;">
BISHOP HEBER COLLEGE (Autonomous)
<br> <span class="text-center" style="font-size:20px; text-align:center;margin-top: -100px;">Tiruchirappalli - 620017.</span>
</a>
</div>
</div> <!-- row -->
</header>

