removed margin-bottom for title <input>

This commit is contained in:
westtle 2024-02-05 19:56:38 +07:00
parent dfa8770a58
commit 924191012e

View file

@ -112,7 +112,6 @@ body {
.simple-note__input { padding: 0.875rem 0.75rem; } .simple-note__input { padding: 0.875rem 0.75rem; }
.simple-note__input--title { .simple-note__input--title {
margin-bottom: 1.125rem;
font-family: var(--font-2); font-family: var(--font-2);
font-size: 1.5rem; font-size: 1.5rem;
font-weight: 500; font-weight: 500;