jedpimentel / jedpimentel.github.io

personal portfolio
0 stars 0 forks source link

margin collapsing not constant #4

Closed jedpimentel closed 7 years ago

jedpimentel commented 7 years ago

The intro margin and the portfolio margin don't collapse between each other. They need to collapse so that the black bar is thinner.

https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Box_Model/Mastering_margin_collapsing

jedpimentel commented 7 years ago

issue was that he intro was inline-block and the next sibling was block, removed bottom margin from intro