From 77664faaeeac71c671e66c7c16bc79e3afb5b938 Mon Sep 17 00:00:00 2001 From: Mike Rockwell Date: Tue, 29 Jul 2025 14:00:20 -0400 Subject: [PATCH] fix margin on v4v button and explainer paragraph --- style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index c1c4606..65afa2e 100644 --- a/style.css +++ b/style.css @@ -611,7 +611,7 @@ details:not([open]) { /* /end Fix v4v details block hover and open styles */ p.value-explainer { - margin-top: 16px; + margin-top: 2rem; } details.value-block ul li { @@ -620,4 +620,8 @@ details.value-block ul li { details.value-block ul li img { margin-left:auto; margin-right:auto; +} + +span.button.button-v4v { + margin-bottom:0; } \ No newline at end of file