Why is .column2 having a height greater than what its children size is?
3 Replies
You haven’t included the nav section of your code in the codepen.
Without the code we are just guessing. Could be default padding on the container or default padding/margin on its children or line height or ... could be several things
Sorry, I have updated it now
Actually, it was margin of ul inside the .column2(given by browser)
;done