diff --git a/web/account/log-in-form.css b/web/account/log-in-form.css --- a/web/account/log-in-form.css +++ b/web/account/log-in-form.css @@ -55,6 +55,7 @@ font-style: italic; padding-left: 6px; align-self: center; + height: 0; } div.modal_body .input[type='text'], diff --git a/web/components/or-break.css b/web/components/or-break.css --- a/web/components/or-break.css +++ b/web/components/or-break.css @@ -1,5 +1,5 @@ div.orBreak hr { - margin: 20px 0; + margin: 28px 0; height: 0; overflow: visible; text-align: center;