Here is the codepen I created to demonstrate the problem.
.blt-header {
background-color: yellow;
height: 204px;
color: green;
font-size: 30px;
}
<div class="blt-header">
This is blt-header Why height is 408px when I specify it to be 204px?
</div>
Can you please help me find out why the height is wrong? Twice as I specified.
Here is a picture: