change calculation for join flow modal inner content width, to be more friedly at small sizes

This commit is contained in:
Ben Wheeler 2019-10-03 17:51:17 -04:00
parent 5b60366985
commit abc85fe3be
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -185,7 +185,7 @@
.gender-radio-row {
transition: all .125s ease;
width: 20.875rem;
width: 97%;
min-height: 2.85rem;
background-color: $ui-gray;
border-radius: .5rem;