Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change multiple answers to row instead of column #33

Open
georgiamshaw opened this issue Nov 15, 2019 · 0 comments
Open

Change multiple answers to row instead of column #33

georgiamshaw opened this issue Nov 15, 2019 · 0 comments
Labels
enhancement New feature or request suggestion

Comments

@georgiamshaw
Copy link

Just something I suggested yesterday - by no means you have to do it, but in case you want to, thought I'd make it easy for you.

Screen Shot 2019-11-15 at 10 21 20

Currently you have your multiple answers in a flex, with flex direction column. If you want to have them in more of a who wants to be a millionaire style, you could change to flex-flow: row wrap; and add a width to your buttons and you'd get something that looks a bit like this:

Screen Shot 2019-11-15 at 10 23 38

Then maybe chuck a media query in to make sure it flows from a row to a column smoothly as you move from desktop to mobile.

@georgiamshaw georgiamshaw added enhancement New feature or request suggestion labels Nov 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request suggestion
Projects
None yet
Development

No branches or pull requests

1 participant