Skip to content

Commit

Permalink
Fix line height and title
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Aug 22, 2020
1 parent ef016cf commit 6e64607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/row.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<meta charset="utf-8">
{% set til = display_rows[0] %}
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ til.title }}</title>
<title>{{ til.title }} | Simon Willison’s TILs</title>
<style>
body {
font-family: helvetica;
padding: 1em 2em;
max-width: 800px;
line-height: 1.2em;
line-height: 1.4;
}
.created {
border-top: 1px solid #ccc;
Expand Down

0 comments on commit 6e64607

Please sign in to comment.