From 11eda0ab526e805edf8348989044a8d1eeec432a Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 11 Jun 2026 12:28:42 -0400 Subject: [PATCH] Add "Contact the author" button in the header Mailto link (styled as a button) to Kenneth in the top-right; brand + tagline wrapped on the left, stacks cleanly on mobile. Co-Authored-By: Claude Opus 4.8 (1M context) --- static/index.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/static/index.html b/static/index.html index 0f654cb..8b1a37e 100644 --- a/static/index.html +++ b/static/index.html @@ -82,9 +82,12 @@ display: flex; align-items: baseline; justify-content: space-between; + gap: 12px; border-bottom: 1px solid var(--line); padding-bottom: 10px; } + .brandwrap { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; min-width: 0; } + .contact { flex: none; text-decoration: none; font-size: 12px; align-self: center; } .brand { font-family: 'Fraunces', serif; font-weight: 900; @@ -320,8 +323,11 @@
-

RhymePad

-

a scratchpad for poets & rappers — real phonetic rhyme detection

+
+

RhymePad

+

a scratchpad for poets & rappers — real phonetic rhyme detection

+
+ Contact the author