mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
custom birth month and year width for small window sizes
This commit is contained in:
parent
abc85fe3be
commit
e45397d250
1 changed files with 8 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue