From b579cde06effbc9686e774eb1e427677b01c9863 Mon Sep 17 00:00:00 2001 From: Eric Taylor Date: Mon, 13 Apr 2026 08:38:44 -0400 Subject: [PATCH] DK book header: all-caps title with wide letter-spacing and word-spacing --- css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index e7995ba..f2cc00a 100644 --- a/css/style.css +++ b/css/style.css @@ -73,7 +73,9 @@ img { .site-title { font-size: 2.8rem; font-weight: normal; - letter-spacing: 0.08em; + letter-spacing: 0.35em; + word-spacing: 0.6em; + text-transform: uppercase; color: #1a3a5c; text-shadow: 1px 1px 0 rgba(0,0,0,0.08); margin: 0;