Limit the maximum width to 100 characters in the HTML list.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
To make reading on wide screens easier.
This commit is contained in:
parent
1d0255f3af
commit
0580472bca
|
@ -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;
|
||||
|
|
Reference in New Issue
Block a user