PhoenixJSMeetup / mathbeast

Math game -
http://phoenixjsmeetup.github.io/mathbeast/
MIT License
6 stars 8 forks source link

UX: Bigger multiple choice buttons #10

Closed mmenavas closed 9 years ago

mmenavas commented 9 years ago

Multiple choice buttons need to be bigger and closer to each other, speacially on large screens.

Oh-KPond commented 9 years ago

I'm thinking that maybe we can fix those buttons by doing something like this:

http://stackoverflow.com/questions/13112200/resizing-buttons-in-twitter-bootstrap

I'm trying it out now.

Oh-KPond commented 9 years ago

It doesn't seem to have done anything. I'll keep trying.

mmenavas commented 9 years ago

In the future please edit the most appropriate file from the css directory to override Bootstrap styles. Most of the time you'll be working with styles.css

I'm closing this issue as the css changes you made in PR #12 were implemented in the mvp4 branch.