changed line-height for <input> title
from 1.4 to 1.25.
This commit is contained in:
parent
004bb43d31
commit
5637f7e1ff
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ body {
|
||||||
font-size: 1.475rem;
|
font-size: 1.475rem;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
letter-spacing: -0.02em;
|
letter-spacing: -0.02em;
|
||||||
line-height: 1.4;
|
line-height: 1.25;
|
||||||
}
|
}
|
||||||
|
|
||||||
.simple-note__input--body {
|
.simple-note__input--body {
|
||||||
|
|
Loading…
Reference in a new issue