mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -05:00
make gender radio rows center themselves horizontally within the modal
This commit is contained in:
parent
ae8f5a1e90
commit
8bd1119b65
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@
|
||||||
height: 2.85rem;
|
height: 2.85rem;
|
||||||
background-color: $ui-gray;
|
background-color: $ui-gray;
|
||||||
border-radius: .5rem;
|
border-radius: .5rem;
|
||||||
margin-bottom: 0.375rem;
|
margin: 0 auto 0.375rem;
|
||||||
padding-left: 0.8125rem;
|
padding-left: 0.8125rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
Loading…
Reference in a new issue