You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
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.
The text was updated successfully, but these errors were encountered:
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.
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:
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.
The text was updated successfully, but these errors were encountered: