From 84dd5c1875bb9897d369699275c4bab07a40b6dc Mon Sep 17 00:00:00 2001 From: Mike Rockwell Date: Fri, 25 Jul 2025 22:40:19 -0400 Subject: [PATCH] add value for value explainer text --- index.html | 2 ++ style.css | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/index.html b/index.html index 03d057c..b4f2852 100644 --- a/index.html +++ b/index.html @@ -64,6 +64,8 @@ Value for Value + +

Support my work by providing value for value — by direct donation or ordering from the shop.

Initial Charge Shop diff --git a/style.css b/style.css index 7e47808..5dd1d93 100644 --- a/style.css +++ b/style.css @@ -609,3 +609,7 @@ details:not([open]) { } } /* /end Fix v4v details block hover and open styles */ + +p.value-explainer { + margin-top: 16px; +}