custom birth month and year width for small window sizes

This commit is contained in:
Ben Wheeler 2019-10-03 17:52:23 -04:00
parent abc85fe3be
commit e45397d250

View file

@ -89,10 +89,18 @@
.select .join-flow-select-month { .select .join-flow-select-month {
margin-right: .5rem; margin-right: .5rem;
width: 9.125rem; width: 9.125rem;
@media #{$small} {
width: 8.25rem;
}
} }
.select .join-flow-select-year { .select .join-flow-select-year {
width: 9.125rem; width: 9.125rem;
@media #{$small} {
width: 8.25rem;
}
} }
.select .join-flow-select-country { .select .join-flow-select-country {