Fotomatic: help request

Ok, I feel myself incredibly stupid. Half of the Fotomatic project went pretty okay, but for some reason the filters container is giant however much I change the padding, and there is the weird white space at the right of the page. Could you, please, take a look at my code?

Hi there!

I’m not quite sure what you mean by, “weird white space at the right of the page,” unless it’s the margin on the body?

And if you look at your filters-section, content has another class called center that is affecting its height.

Thank you - I realized now it was a @media issue (on the full screen it looks normal). But I still have this problem with the filters section - the content section has an enormous empty area at the bottom that prevents the photos from taking up much space.
I’ve tried
#filters-section .content {
padding: 0 .625rem;
margin-bottom: 1rem; }

but nothing changed.