fix: line-height for responsive screens
This commit is contained in:
parent
3dbfb0a866
commit
d09eb901ec
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
body {
|
||||
font-family: "Segoe UI", "Helvetica Neue", Inter, sans-serif;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
line-height: 1;
|
||||
color: #111;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue