Reputation: 67
There is a large white space at the bottom of the page.
http://www.generationtrudeau.ca/
I've looked at all the typical culprits (height
and min-height
of body
and html
, margin
and padding
, etc.), but I can't seem to find it.
Upvotes: 0
Views: 67
Reputation: 105
Just add "min-height: calc(100% - 305px);
" to the .main-container
and it should work!
Upvotes: 0
Reputation: 20209
Remove padding: 0.5rem;
in .f-dropdown li a {
in theme.scss
Upvotes: 2