I have an issue that whenever I add an "H1" tag to the grid like the following:
<div class="box">
<h1>123</h1>
</div>
the grid design breaks, Please check the following example
Appreciate your help.
Update
as @chipChocolate.py answerd that the vertical align solves the issue, but I want to know the reasons, why just when we add H1 tag(any tag with display block) the grid breaks? how does the display inline-block behave at that moment?