make gender radio rows center themselves horizontally within the modal

This commit is contained in:
Ben Wheeler 2019-08-21 03:57:40 +02:00
parent ae8f5a1e90
commit 8bd1119b65

View file

@ -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;