digitalepidemiologylab / VaxGame

network-based vaccination game
81 stars 42 forks source link

Fixed FAQ title misplacement #14

Closed richardbatty closed 10 years ago

richardbatty commented 10 years ago

If you look on http://vax.herokuapp.com/about, the FAQ title is out of line. This pull request fixes that.

As part of my fix I've added a grid.css.scss file. It contains some classes for a simple css grid which should come in handy for laying out the rest of the app without all the fiddly absolute positioning.

ells commented 10 years ago

Thanks! I noticed and fixed it myself yesterday but hadn't pushed it to Heroku. I'm going to push what I've done, then give your merge a try. I'm a complete CSS n00b and could always use a nudge in a more efficient direction!

If you look at the back-end, I'm close to finishing a number of new scenarios and an unlocks system. I naively re-used the FAQ accordion id (#accordion), so my CSS selector grabbed both titles!

Sneak peek /scenario. Today I'll be working with the new score database to build the recap page (w/ comparisons to other player games rather than just high scores).