Limit the maximum width to 100 characters in the HTML list.
continuous-integration/drone/push Build is passing Details

To make reading on wide screens easier.
This commit is contained in:
tastytea 2020-10-29 17:31:13 +01:00
parent 1d0255f3af
commit 0580472bca
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 4 additions and 0 deletions

View File

@ -51,6 +51,10 @@ void write_html(ostream &out, const vector<entry_type> &entries)
<meta charset="utf-8">
<meta name="robots" content="noindex, nofollow">
<style>
body
{
max-width: 100ch;
}
.small
{
font-size: small;