DevProgress / debate-bingo

Bingo game for presidential & vice presidential debates
MIT License
9 stars 7 forks source link

UI Defect: There's a gap between white bar and top of screen on mobile view. #88

Closed sharkswithbraces closed 8 years ago

sharkswithbraces commented 8 years ago

Gap only occurs up to 640 width. I believe this is messing things up:

@media only screen and (max-width: 640px) .sqs-layout .sqs-row .sqs-block:first-child { padding-top: 14px !important; }

Can we make it 0px or try to remove this?

jillh510 commented 8 years ago

Should be fixed with PR 87

jillh510 commented 8 years ago

Will this be fixed with the move to gh-pages?