add line wrap for pre

This commit is contained in:
tilde services 2018-09-05 13:02:43 -04:00
parent 1269053f0f
commit 07cd2db9f6
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% block title %}~chat irc quote database{% endblock %}</title>
<link rel="stylesheet" href="https://tilde.team/css/hacker.css">
<style>
pre { white-space: pre-wrap; }
</style>
<link rel="icon" type="image/png" sizes="96x96" href="https://tilde.team/favicon-96x96.png">
</head>