codeforamerica / brigade-alpha

The old Code for America Brigade website. The new site at https://github.com/codeforamerica/brigade
BSD 3-Clause "New" or "Revised" License
16 stars 18 forks source link

Add padding to organize page header #77

Closed ondrae closed 9 years ago

ondrae commented 9 years ago

the mobile menu overlaps the heading on mobile. image

slumflower commented 9 years ago

what page is this? what is the code?

ondrae commented 9 years ago

On organize.php It's a copy and paste job from another site and trying to make it look good. Just need to add some padding above the main title.

esolar07 commented 9 years ago

Is this still an issue?

ondrae commented 9 years ago

@esolar07 It is. Should be as simple as adding a margin-top: 50px; to main in the css.

esolar07 commented 9 years ago

@ondrae committed a change.