Skip to content

Commit

Permalink
chore: subjects page mobile doc type tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilR8 committed Nov 14, 2024
1 parent cb304c4 commit b5a6b06
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions solution/ui/regulations/css/scss/partials/_subjects.scss
Original file line number Diff line number Diff line change
Expand Up @@ -486,15 +486,16 @@

.doc-type__toggle fieldset {
@media (max-width: 475px) {
flex-direction: column;
flex-wrap: wrap;
}
}

.ds-c-choice-wrapper label {
@media (max-width: 475px) {
width: calc(100% - 28px);
display: flex;
justify-content: space-between;
.ds-c-choice-wrapper {
label {
@media (max-width: 475px) {
display: flex;
justify-content: space-between;
}
}
}
}
Expand Down

0 comments on commit b5a6b06

Please sign in to comment.