Limit the maximum width to 100 characters.

To make reading on wide screens easier.
This commit is contained in:
tastytea 2020-10-29 17:23:07 +01:00
parent 311b7cac28
commit 575d4ccdab
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@
<meta charset="utf-8">
<meta name="robots" content="noindex, nofollow">
<style>
body
{
max-width: 100ch;
}
label
{
display: block;