changed typography for <input> title

This commit is contained in:
westtle 2024-02-24 21:26:56 +07:00
parent e4a7c894e7
commit 22bf484921

View file

@ -24,9 +24,10 @@ body {
.simple-note__input--title { .simple-note__input--title {
font-family: var(--font-2); font-family: var(--font-2);
font-size: 1.5rem; font-size: 1.475rem;
font-weight: 500; font-weight: 500;
line-height: normal; letter-spacing: -0.02em;
line-height: 1.4;
} }
.simple-note__input--body { .simple-note__input--body {