diff options
Diffstat (limited to 'html')
| -rw-r--r-- | html/prelude.html | 1 | ||||
| -rw-r--r-- | html/style.css | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/html/prelude.html b/html/prelude.html index 84ee345..7d29dd5 100644 --- a/html/prelude.html +++ b/html/prelude.html @@ -1,4 +1,5 @@ <!doctype html> +<html lang="en-US"> <head> <meta charset="utf-8"/> <title>__TITLE__</title> diff --git a/html/style.css b/html/style.css index 1c91903..bc59a24 100644 --- a/html/style.css +++ b/html/style.css @@ -16,6 +16,8 @@ h1, h2, h3 { p { line-height: 1.6; text-align: justify; + text-justify: distribute; + hyphens: auto; } code { |
