Change to use consistent vertical rhythm

This commit is contained in:
Christian Bundy 2019-12-11 11:33:06 -08:00
parent 1ef20003dc
commit c7922a5b7c
No known key found for this signature in database
GPG Key ID: EB541AAEF4366237
1 changed files with 2 additions and 2 deletions

View File

@ -275,7 +275,7 @@ nav > ul > li > a.current {
}
form {
padding: 1rem 0;
padding: 1.5rem 0;
}
.message > footer > form {
@ -346,7 +346,7 @@ textarea {
padding: 1rem;
resize: vertical;
width: 100%;
margin: 1rem 0;
margin-bottom: 1.5rem;
height: 6rem;
transition: 0.0625s all ease;
border: var(--thin-stroke) solid var(--bg-status);