Skip to content

Commit

Permalink
fix: line-height for responsive screens
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-karan committed Mar 10, 2021
1 parent 3dbfb0a commit d09eb90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/doggo/api/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit d09eb90

Please sign in to comment.