HarlanH / code-for-dc-edu

Code for DC Education Project
20 stars 17 forks source link

mobile viewing gap at top #46

Closed ajschumacher closed 11 years ago

ajschumacher commented 11 years ago

I'm not sure why this happens with bootstrap...

image

cherihung commented 11 years ago

it's this inline style we have on each of the page. looks like that definition is used to proper position the container. i'll change it to be applied to "container-fluid" instead.

body { padding-top: 60px; }

HarlanH commented 11 years ago

Close per Chris.