changed typography for <input> title
This commit is contained in:
parent
e4a7c894e7
commit
22bf484921
1 changed files with 3 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue