I have a parent element which is a block and so is the child element. The child has fixed dimensions where as the parent has none. yet there is an extra space at the bottom of the parent div. Can someone tell me where the extra space from? thanks in advance.
PUG
article.parent
div.text-align
SASS
.parent
border: 10px solid black
text-align: center
.text-align
display: inline-block