fix: line-height for responsive screens

pull/18/head v0.3.6
Karan Sharma 2021-03-11 00:49:57 +05:30
parent 3dbfb0a866
commit d09eb901ec
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}