removed line height override from inputs and textareas

This commit is contained in:
Jack 2021-10-11 15:54:23 +01:00
parent 83a5cb4639
commit 57c94e7249

View file

@ -7,7 +7,6 @@ textarea {
color: var(--text-color);
padding: 0.5rem;
font-size: 1rem;
line-height: 1rem;
font-family: var(--font);
}