mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -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 {
|
.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 {
|
||||||
|
|
Loading…
Reference in a new issue