relative units in line-height + some cleanup

This commit is contained in:
Henry Jameson 2022-04-20 23:55:34 +03:00
parent 7f513fe46f
commit 33d92f9b16
8 changed files with 15 additions and 13 deletions

View file

@ -91,6 +91,7 @@
flex-direction: column;
margin-top: 0.6em;
max-width: 18rem;
> * {
min-width: 0;
}
@ -100,8 +101,8 @@
display: flex;
flex-direction: column;
margin-bottom: 1em;
padding: 0.3em 0.0em 0.3em;
line-height: 24px;
padding: 0.3em 0;
line-height: 1.85em;
}
.error {
@ -113,7 +114,7 @@
.alert {
padding: 0.5em;
margin: 0.3em 0.0em 1em;
margin: 0.3em 0 1em;
}
.password-reset-required {