Open Phenomite opened 5 years ago
In app scss please justify align the google recaptcha api for sign-up (margin-left:auto;margin-right:auto) etc.
Also for login inputs <input ng-model="username" id="username" type="email"../> the lack of left-padding feels off.
Referenced on line 10622 of app.scss: .splash-container .input-group .form-control { padding: 0;
Or by adding padding to the element.
In app scss please justify align the google recaptcha api for sign-up (margin-left:auto;margin-right:auto) etc.
Also for login inputs <input ng-model="username" id="username" type="email"../> the lack of left-padding feels off.
Referenced on line 10622 of app.scss: .splash-container .input-group .form-control { padding: 0;
Or by adding padding to the element.