fix newlines in browser display

This commit is contained in:
DasLulilaan 2022-09-04 10:27:00 +02:00 committed by jordan
parent 9fff1df6e6
commit c9c4a83ed4
1 changed files with 3 additions and 1 deletions

View File

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