Skip to content

Commit

Permalink
Merge pull request #29 from obelisk/mobile-fix
Browse files Browse the repository at this point in the history
update mobile css
  • Loading branch information
CL-Andrew committed Jul 24, 2024
2 parents 848d36c + ca96362 commit fce9208
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions web/styles/join.css
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,15 @@ body {
Poll styles
*/

.poll-options-group {
.poll-options-group {
display: flex;
flex-wrap: wrap;
width: 100%;
}

.poll-option-label {
width: 100%;
display: flex;
}

.poll-submit-button {
Expand Down Expand Up @@ -185,7 +187,7 @@ body {
min-height: 42px;
margin: 10px;
padding: 10px;
font-size: 28px;
font-size: 22px;
text-align: center;
background: #f6f8ff;
position: relative;
Expand Down

0 comments on commit fce9208

Please sign in to comment.