Skip to content
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.

Commit

Permalink
fix alignment on "continue" button on multiple choice questons
Browse files Browse the repository at this point in the history
  • Loading branch information
developerace committed Aug 19, 2017
1 parent 0b3e688 commit b4da811
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ img#rewardcat {
}
form.multiplechoice {
width: 80%;
padding-bottom: 10vh;
display: flex;
flex-direction: row;
flex-wrap: wrap;
Expand All @@ -60,7 +61,7 @@ label.multiplechoice {
flex-grow: 1;
flex-basis: content;
max-width: 33%;
max-height: 25%;
max-height: 30%;
}
img.multiplechoiceimage {
max-width: 100%;
Expand Down

0 comments on commit b4da811

Please sign in to comment.