diff --git a/src/components/formik-forms/formik-radio-button.scss b/src/components/formik-forms/formik-radio-button.scss index c178cf630..14db86c68 100644 --- a/src/components/formik-forms/formik-radio-button.scss +++ b/src/components/formik-forms/formik-radio-button.scss @@ -39,7 +39,7 @@ input[type="radio"].formik-radio-button { input.formik-radio-input, .formik-radio-input input { height: 2.1875rem; - width: 10.25rem; + width: 100%; margin-bottom: 0; border-radius: .5rem; background-color: $ui-white; @@ -52,6 +52,7 @@ input.formik-radio-input, .formik-radio-input input { .formik-radio-input-wrapper { margin-left: auto; margin-right: .25rem; + width: 10.25rem; } .formik-radio-label-other { diff --git a/src/components/join-flow/join-flow-step.scss b/src/components/join-flow/join-flow-step.scss index 5bfad1b53..2eecdea6a 100644 --- a/src/components/join-flow/join-flow-step.scss +++ b/src/components/join-flow/join-flow-step.scss @@ -12,7 +12,7 @@ .join-flow-inner-content { box-shadow: none; - width: calc(100% - 5.875rem); + width: calc(50% + 7.84375rem); /* must use padding for top, rather than margin, because margins will collapse */ margin: 0 auto; padding: 2.3125rem 0 2.5rem; diff --git a/src/components/join-flow/join-flow-steps.scss b/src/components/join-flow/join-flow-steps.scss index 2305217c5..a21e489c0 100644 --- a/src/components/join-flow/join-flow-steps.scss +++ b/src/components/join-flow/join-flow-steps.scss @@ -89,10 +89,18 @@ .select .join-flow-select-month { margin-right: .5rem; width: 9.125rem; + + @media #{$small} { + width: 8.25rem; + } } .select .join-flow-select-year { width: 9.125rem; + + @media #{$small} { + width: 8.25rem; + } } .select .join-flow-select-country { @@ -201,7 +209,7 @@ .gender-radio-row { transition: all .125s ease; - width: 20.875rem; + width: 97%; min-height: 2.85rem; background-color: $ui-gray; border-radius: .5rem;