mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -05:00
make gender step height more flexible
This commit is contained in:
parent
6bcde6129b
commit
106ccb34c6
1 changed files with 1 additions and 3 deletions
|
@ -114,8 +114,6 @@
|
|||
}
|
||||
|
||||
.join-flow-inner-gender-step {
|
||||
/* need height so that flex will adjust children proportionately */
|
||||
height: 27.25rem;
|
||||
padding-top: 2.625rem;
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
|
@ -177,7 +175,7 @@
|
|||
.gender-radio-row {
|
||||
transition: all .125s ease;
|
||||
width: 20.875rem;
|
||||
height: 2.85rem;
|
||||
min-height: 2.85rem;
|
||||
background-color: $ui-gray;
|
||||
border-radius: .5rem;
|
||||
margin: 0 auto 0.375rem;
|
||||
|
|
Loading…
Reference in a new issue