mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Merge pull request #1111 from mewtaylor/issue/gh-1101
Fix GH-1101: only apply right margin to radio input
This commit is contained in:
commit
985dfd60ca
1 changed files with 3 additions and 3 deletions
|
@ -62,10 +62,10 @@
|
|||
&.demographics-step {
|
||||
.radio {
|
||||
margin: 1.5rem 1.5rem 0 0;
|
||||
}
|
||||
|
||||
input {
|
||||
margin-right: 1rem;
|
||||
}
|
||||
input[type="radio"] {
|
||||
margin-right: 1rem;
|
||||
}
|
||||
|
||||
.demographics-step-input-other {
|
||||
|
|
Loading…
Reference in a new issue