summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorTaylan Kammer <taylan.kammer@gmail.com>2026-06-02 22:59:48 +0200
committerTaylan Kammer <taylan.kammer@gmail.com>2026-06-02 22:59:48 +0200
commitaf6f48ff079fc8067b564adeaa73caed8cbf5438 (patch)
treea7bb590a7d39e8665aab6ed8e2c3906b15e866a7 /html
parent6d1eb51c0f0ecf0bd4084aa4d8985ab3001ab0e1 (diff)
Improve HTML style.
Diffstat (limited to 'html')
-rw-r--r--html/prelude.html1
-rw-r--r--html/style.css2
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 {