Mutual-Aid-Medford-and-Somerville / mamas-needs-offers

MIT License
0 stars 4 forks source link

header and filter list should be mobile-friendly #21

Open dcalacci opened 4 years ago

dcalacci commented 4 years ago

Right now the flexbox CSS puts the header and filter list partially off-screen. Instead, it should be styled so it's centered and appears on mobile.

esetnik commented 4 years ago

Are we trying to support ie11? I’d love to use css-grid to solve some of these mobile issues. It’s not necessary but would make our lives easier.

esetnik commented 4 years ago

I opened #23 to track conversation on what browsers we want to support.

esetnik commented 4 years ago

Could we use @supports (display: grid) { with flexbox fallback?

dcalacci commented 4 years ago

sure, I'll try to make that happen.

dcalacci commented 4 years ago

Should be fixed by #22 !