Skip to content

Commit

Permalink
fix: custom line-height for headers
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-karan committed Mar 11, 2021
1 parent d09eb90 commit 50b8093
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cmd/doggo/api/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,14 @@
body {
font-family: "Segoe UI", "Helvetica Neue", Inter, sans-serif;
font-size: 16px;
line-height: 1;
line-height: 24px;
color: #111;
}

h1, h2, h3, h4 {
line-height: 1.3em;
}

a {
color: var(--primary);
}
Expand Down

0 comments on commit 50b8093

Please sign in to comment.