Skip to content

Commit

Permalink
fix newlines in browser display
Browse files Browse the repository at this point in the history
  • Loading branch information
DasLulilaan authored and w4 committed Sep 9, 2022
1 parent 9fff1df commit c9c4a83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>bin.</title>
<link rel="help" href="https://github.com/w4/bin">
<style>
Expand All @@ -18,6 +17,9 @@
display: flex;
}
body, code, textarea { font-family: Monaco, Menlo, Courier, Courier New, Andale Mono, monospace; }
code {
display: block;
}
{% block styles %}{% endblock styles %}
</style>
{% block head %}{% endblock head %}
Expand Down

0 comments on commit c9c4a83

Please sign in to comment.