http://www.davenport.gallery/dev/portfolio-item/passion/
The two rows are to occupy 50vh - leaving not space at the bottom or left/right.
It needs to be full-width and full-height.
However when I remove:
margin-lg-30b: padding-bottom:30px;
This creates unwanted white space left and right (about 5px). I need it to be full width with no bottom padding and no scroll bar.
I tried adding:
html, body{ overflow:hidden!important;}
and this creates the same whitespace issue.
How can I remove the 30px padding at the bottom but still maintain the 100% width?
Thank you!