Skip to content

Commit

Permalink
fix: Change the styling for image radio choices
Browse files Browse the repository at this point in the history
  • Loading branch information
iandebruin98 committed Feb 27, 2025
1 parent 8b681bd commit c6e2d23
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/enquete/src/enquete.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@
gap: 1rem;
}

@media only screen and (max-width: 600px) {
.question-type-imageChoice .image-choice-container {
grid-template-columns: 1fr;
}
}

.question-type-imageChoice .image-choice-container label figure figcaption {
margin-top: 10px;
display: flex;
Expand Down

0 comments on commit c6e2d23

Please sign in to comment.