Limit the maximum width to 100 characters.
To make reading on wide screens easier.
This commit is contained in:
parent
311b7cac28
commit
575d4ccdab
|
@ -5,6 +5,10 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="robots" content="noindex, nofollow">
|
<meta name="robots" content="noindex, nofollow">
|
||||||
<style>
|
<style>
|
||||||
|
body
|
||||||
|
{
|
||||||
|
max-width: 100ch;
|
||||||
|
}
|
||||||
label
|
label
|
||||||
{
|
{
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Reference in New Issue
Block a user